#880C4E

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

Shades of Jazzberry Jam #880C4E

Tints of Jazzberry Jam #880C4E

Color information

#880C4E (or 0x880C4E) is unknown color: approx Jazzberry Jam. HEX triplet: 88, 0C and 4E. RGB value is (136,12,78). Sum of RGB (Red+Green+Blue) = 136+12+78=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C4E is #77F3B1. Grayscale: #383838. Windows color (decimal): -7861170 or 5115016. OLE color: 5115016.

HSL color Cylindrical-coordinate representation of color #880C4E: hue angle of 328.06º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C4E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1361278-
CMYK00.910.430.47
HSL328.06º83.78%29.02%-
HSV(B)328.06º91.18%53.33%-
XYZ11.666.057.76-
YUV56.6140.08184.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=60.18%
G=5.31%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136127800.910.430.47328.0683.7829.02
Hex88C4E05B2B2F148541d
Octal210141160133535751012435
Binary100010001100100111001011011101011101111101001000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,12,78); }

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

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

 a { background-color: rgb(136,12,78); }

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

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

 span { border-color: rgb(136,12,78); }

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