Html Css Color HEX #880B4C Jazzberry Jam

📋 copy color: '#880B4C'

red 136 ◦ green 11 ◦ blue 76

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

Shades of Jazzberry Jam #880B4C

Tints of Jazzberry Jam #880B4C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 60.99%
G = 4.93%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#880B4C (or 0x880B4C) is known color: Jazzberry Jam. HEX triplet: 88, 0B and 4C. RGB value is (136,11,76). Sum of RGB (Red+Green+Blue) = 136+11+76=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B4C is #77F4B3. Grayscale: #373737. Windows color (decimal): -7861428 or 4983688. OLE color: 4983688.

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

Color convert

RGB 136 11 76 -
CMYK 0 0.92 0.44 0.47
HSL 328.8º 0.85% 0.29% -
HSV(B) 328.8º 0.92% 0.53% -
XYZ 11.58 6 7.38 -
YUV 55.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 136 11 76 0 0.92 0.44 0.47 328.8 0.85 0.29
Hex 88 B 4C 0 5C 2C 2F 149 55 1D
Octal 210 13 114 0 134 54 57 511 125 35
Binary 10001000 1011 1001100 0 1011100 101100 101111 101001001 1010101 11101

Color Harmonies of #880B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B4C

Black with #880B4C

Text Example


Text Example

White with #880B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,76); }

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

background-color css

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

 a { background-color: rgb(136,11,76); }

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

border-color css

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

 span { border-color: rgb(136,11,76); }

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