Html Css Color HEX #AB0948 Jazzberry Jam

📋 copy color: '#AB0948'

red 171 ◦ green 9 ◦ blue 72

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

Shades of Jazzberry Jam #AB0948

Tints of Jazzberry Jam #AB0948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 67.86%
G = 3.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB0948 (or 0xAB0948) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 48. RGB value is (171,9,72). Sum of RGB (Red+Green+Blue) = 171+9+72=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0948 is #54F6B7. Grayscale: #404040. Windows color (decimal): -5568184 or 4721067. OLE color: 4721067.

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

Color convert

RGB 171 9 72 -
CMYK 0 0.95 0.58 0.33
HSL 336.67º 0.9% 0.35% -
HSV(B) 336.67º 0.95% 0.67% -
XYZ 18.06 9.32 6.98 -
YUV 64.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 171 9 72 0 0.95 0.58 0.33 336.67 0.9 0.35
Hex AB 9 48 0 5F 3A 21 151 5A 23
Octal 253 11 110 0 137 72 41 521 132 43
Binary 10101011 1001 1001000 0 1011111 111010 100001 101010001 1011010 100011

Color Harmonies of #AB0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0948

Black with #AB0948

Text Example


Text Example

White with #AB0948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0948; }

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

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

background-color css

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

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

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

border-color css

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

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

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