Html Css Color HEX #AB0941 Jazzberry Jam

📋 copy color: '#AB0941'

red 171 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #AB0941

Tints of Jazzberry Jam #AB0941

RGB

 RED value IS 171 (67.19% from 255) = 69.8%

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 69.8%
G = 3.67%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB0941 (or 0xAB0941) is known color: 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

RGB 171 9 65 -
CMYK 0 0.95 0.62 0.33
HSL 339.26º 0.9% 0.35% -
HSV(B) 339.26º 0.95% 0.67% -
XYZ 17.85 9.23 5.84 -
YUV 63.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 171 9 65 0 0.95 0.62 0.33 339.26 0.9 0.35
Hex AB 9 41 0 5F 3E 21 153 5A 23
Octal 253 11 101 0 137 76 41 523 132 43
Binary 10101011 1001 1000001 0 1011111 111110 100001 101010011 1011010 100011

Color Harmonies of #AB0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0941

Black with #AB0941

Text Example


Text Example

White with #AB0941

Text Example


Text Example

HTML Codes & Css Web 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>