#880F52

Color #880F52 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #880F52

Tints of Jazzberry Jam #880F52

Color information

#880F52 (or 0x880F52) is unknown color: approx Jazzberry Jam. HEX triplet: 88, 0F and 52. RGB value is (136,15,82). Sum of RGB (Red+Green+Blue) = 136+15+82=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #880F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F52 is #77F0AD. Grayscale: #3A3A3A. Windows color (decimal): -7860398 or 5377928. OLE color: 5377928.

HSL color Cylindrical-coordinate representation of color #880F52: hue angle of 326.78º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F52 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1361582-
CMYK00.890.400.47
HSL326.78º80.13%29.61%-
HSV(B)326.78º88.97%53.33%-
XYZ11.856.198.55-
YUV58.82141.09183.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=58.37%
G=6.44%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136158200.890.400.47326.7880.1329.61
Hex88F52059282F147501e
Octal210171220131505750712036
Binary100010001111101001001011001101000101111101000111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880F52; }

 p { color: rgb(136,15,82); }

 H1.HeaderClassName
 {
   color: #880F52;
 }
 .AnyTagClassName
 {
   color: #880F52;
 }
</style>
background-color css

<style>
 a { background-color: #880F52; }

 a { background-color: rgb(136,15,82); }

 div.DivClassName
 {
   background-color: #880F52;
 }
 .BgClassName
 {
   background-color: #880F52;
 }
</style>
border-color css

<style>
 span { border-color: #880F52; }

 span { border-color: rgb(136,15,82); }

 td.TdClassName
 {
   border-color: #880F52;
 }
 .TagClassName
 {
   border-color: #880F52;
 }
</style>