#880A4A

Color #880A4A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #880A4A

Tints of Jazzberry Jam #880A4A

Color information

#880A4A (or 0x880A4A) is unknown color: approx Jazzberry Jam. HEX triplet: 88, 0A and 4A. RGB value is (136,10,74). Sum of RGB (Red+Green+Blue) = 136+10+74=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A4A is #77F5B5. Grayscale: #363636. Windows color (decimal): -7861686 or 4852360. OLE color: 4852360.

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

Color convert

RGB1361074-
CMYK00.930.460.47
HSL329.52º86.3%28.63%-
HSV(B)329.52º92.65%53.33%-
XYZ11.55.957.02-
YUV54.97138.74185.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 61.82%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=61.82%
G=4.55%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136107400.930.460.47329.5286.328.63
Hex88A4A05D2E2F14a561d
Octal210121120135565751212635
Binary100010001010100101001011101101110101111101001010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,74); }

 H1.HeaderClassName
 {
   color: #880A4A;
 }
 .AnyTagClassName
 {
   color: #880A4A;
 }
</style>
background-color css

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

 a { background-color: rgb(136,10,74); }

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

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

 span { border-color: rgb(136,10,74); }

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