Html Css Color HEX #880C4B Jazzberry Jam

📋 copy color: '#880C4B'

red 136 ◦ green 12 ◦ blue 75

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

Shades of Jazzberry Jam #880C4B

Tints of Jazzberry Jam #880C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 60.99%
G = 5.38%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#880C4B (or 0x880C4B) is known color: Jazzberry Jam. HEX triplet: 88, 0C and 4B. RGB value is (136,12,75). Sum of RGB (Red+Green+Blue) = 136+12+75=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C4B is #77F3B4. Grayscale: #383838. Windows color (decimal): -7861173 or 4918408. OLE color: 4918408.

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

Color convert

RGB 136 12 75 -
CMYK 0 0.91 0.45 0.47
HSL 329.52º 0.84% 0.29% -
HSV(B) 329.52º 0.91% 0.53% -
XYZ 11.55 6.01 7.21 -
YUV 56.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 136 12 75 0 0.91 0.45 0.47 329.52 0.84 0.29
Hex 88 C 4B 0 5B 2D 2F 14A 54 1D
Octal 210 14 113 0 133 55 57 512 124 35
Binary 10001000 1100 1001011 0 1011011 101101 101111 101001010 1010100 11101

Color Harmonies of #880C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C4B

Black with #880C4B

Text Example


Text Example

White with #880C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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