#AB0941

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

Shades of Jazzberry Jam #AB0941

Tints of Jazzberry Jam #AB0941

Color information

#AB0941 (or 0xAB0941) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 09 and 41. RGB value is (171,9,65). Sum of RGB (Red+Green+Blue) = 171+9+65=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0941 is #54F6BE. Grayscale: #3F3F3F. Windows color (decimal): -5568191 or 4262315. OLE color: 4262315.

HSL color Cylindrical-coordinate representation of color #AB0941: hue angle of 339.26º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0941 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB171965-
CMYK00.950.620.33
HSL339.26º90%35.29%-
HSV(B)339.26º94.74%67.06%-
XYZ17.859.235.84-
YUV63.82128.67204.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=69.80%
G=3.67%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17196500.950.620.33339.269035.29
HexAB94105F3E211535a23
Octal253111010137764152313243
Binary1010101110011000001010111111111101000011010100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0941; }

 p { color: rgb(171,9,65); }

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

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

 a { background-color: rgb(171,9,65); }

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

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

 span { border-color: rgb(171,9,65); }

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