Html Css Color HEX #880B4D Jazzberry Jam

📋 copy color: '#880B4D'

red 136 ◦ green 11 ◦ blue 77

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

Shades of Jazzberry Jam #880B4D

Tints of Jazzberry Jam #880B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 60.71%
G = 4.91%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#880B4D (or 0x880B4D) is known color: Jazzberry Jam. HEX triplet: 88, 0B and 4D. RGB value is (136,11,77). Sum of RGB (Red+Green+Blue) = 136+11+77=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880B4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B4D is #77F4B2. Grayscale: #373737. Windows color (decimal): -7861427 or 5049224. OLE color: 5049224.

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

Color convert

RGB 136 11 77 -
CMYK 0 0.92 0.43 0.47
HSL 328.32º 0.85% 0.29% -
HSV(B) 328.32º 0.92% 0.53% -
XYZ 11.61 6.01 7.57 -
YUV 55.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 136 11 77 0 0.92 0.43 0.47 328.32 0.85 0.29
Hex 88 B 4D 0 5C 2B 2F 148 55 1D
Octal 210 13 115 0 134 53 57 510 125 35
Binary 10001000 1011 1001101 0 1011100 101011 101111 101001000 1010101 11101

Color Harmonies of #880B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B4D

Black with #880B4D

Text Example


Text Example

White with #880B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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