Html Css Color HEX #880C4F Jazzberry Jam

📋 copy color: '#880C4F'

red 136 ◦ green 12 ◦ blue 79

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

Shades of Jazzberry Jam #880C4F

Tints of Jazzberry Jam #880C4F

RGB

 RED value IS 136 (53.52% from 255) = 59.91%

 GREEN value IS 12 (5.08% from 255) = 5.29%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 59.91%
G = 5.29%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#880C4F (or 0x880C4F) is known color: Jazzberry Jam. HEX triplet: 88, 0C and 4F. RGB value is (136,12,79). Sum of RGB (Red+Green+Blue) = 136+12+79=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C4F is #77F3B0. Grayscale: #383838. Windows color (decimal): -7861169 or 5180552. OLE color: 5180552.

HSL color Cylindrical-coordinate representation of color #880C4F: hue angle of 327.58º 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 #880C4F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 79 -
CMYK 0 0.91 0.42 0.47
HSL 327.58º 0.84% 0.29% -
HSV(B) 327.58º 0.91% 0.53% -
XYZ 11.7 6.06 7.95 -
YUV 56.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 136 12 79 0 0.91 0.42 0.47 327.58 0.84 0.29
Hex 88 C 4F 0 5B 2A 2F 148 54 1D
Octal 210 14 117 0 133 52 57 510 124 35
Binary 10001000 1100 1001111 0 1011011 101010 101111 101001000 1010100 11101

Color Harmonies of #880C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C4F

Black with #880C4F

Text Example


Text Example

White with #880C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #880C4F;
 }
 .AnyTagClassName
 {
   color: #880C4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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