Html Css Color HEX #AB0849 Jazzberry Jam

📋 copy color: '#AB0849'

red 171 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #AB0849

Tints of Jazzberry Jam #AB0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 67.86%
G = 3.17%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB0849 (or 0xAB0849) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 49. RGB value is (171,8,73). Sum of RGB (Red+Green+Blue) = 171+8+73=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0849 is #54F7B6. Grayscale: #404040. Windows color (decimal): -5568439 or 4786347. OLE color: 4786347.

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

Color convert

RGB 171 8 73 -
CMYK 0 0.95 0.57 0.33
HSL 336.07º 0.91% 0.35% -
HSV(B) 336.07º 0.95% 0.67% -
XYZ 18.08 9.31 7.15 -
YUV 64.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 171 8 73 0 0.95 0.57 0.33 336.07 0.91 0.35
Hex AB 8 49 0 5F 39 21 150 5B 23
Octal 253 10 111 0 137 71 41 520 133 43
Binary 10101011 1000 1001001 0 1011111 111001 100001 101010000 1011011 100011

Color Harmonies of #AB0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0849

Black with #AB0849

Text Example


Text Example

White with #AB0849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0849; }

 p { color: rgb(171,8,73); }

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

background-color css

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

 a { background-color: rgb(171,8,73); }

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

border-color css

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

 span { border-color: rgb(171,8,73); }

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