Html Css Color HEX #AB0940 Jazzberry Jam

📋 copy color: '#AB0940'

red 171 ◦ green 9 ◦ blue 64

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

Shades of Jazzberry Jam #AB0940

Tints of Jazzberry Jam #AB0940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 70.08%
G = 3.69%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0940 (or 0xAB0940) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 40. RGB value is (171,9,64). Sum of RGB (Red+Green+Blue) = 171+9+64=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0940 is #54F6BF. Grayscale: #3F3F3F. Windows color (decimal): -5568192 or 4196779. OLE color: 4196779.

HSL color Cylindrical-coordinate representation of color #AB0940: hue angle of 339.63º 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 #AB0940 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 9 64 -
CMYK 0 0.95 0.63 0.33
HSL 339.63º 0.9% 0.35% -
HSV(B) 339.63º 0.95% 0.67% -
XYZ 17.82 9.22 5.69 -
YUV 63.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 171 9 64 0 0.95 0.63 0.33 339.63 0.9 0.35
Hex AB 9 40 0 5F 3F 21 154 5A 23
Octal 253 11 100 0 137 77 41 524 132 43
Binary 10101011 1001 1000000 0 1011111 111111 100001 101010100 1011010 100011

Color Harmonies of #AB0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0940

Black with #AB0940

Text Example


Text Example

White with #AB0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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