Html Css Color HEX #880C4E Jazzberry Jam

📋 copy color: '#880C4E'

red 136 ◦ green 12 ◦ blue 78

#880C4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #880C4E

Tints of Jazzberry Jam #880C4E

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 value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#880C4E (or 0x880C4E) is known color: 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

RGB 136 12 78 -
CMYK 0 0.91 0.43 0.47
HSL 328.06º 0.84% 0.29% -
HSV(B) 328.06º 0.91% 0.53% -
XYZ 11.66 6.05 7.76 -
YUV 56.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 136 12 78 0 0.91 0.43 0.47 328.06 0.84 0.29
Hex 88 C 4E 0 5B 2B 2F 148 54 1D
Octal 210 14 116 0 133 53 57 510 124 35
Binary 10001000 1100 1001110 0 1011011 101011 101111 101001000 1010100 11101

Color Harmonies of #880C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C4E

Black with #880C4E

Text Example


Text Example

White with #880C4E

Text Example


Text Example

HTML Codes & Css Web 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>