Html Css Color HEX #AB1951 Jazzberry Jam

📋 copy color: '#AB1951'

red 171 ◦ green 25 ◦ blue 81

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

Shades of Jazzberry Jam #AB1951

Tints of Jazzberry Jam #AB1951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 81 (32.03% from 255) = 29.24%

R = 61.73%
G = 9.03%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB1951 (or 0xAB1951) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 51. RGB value is (171,25,81). Sum of RGB (Red+Green+Blue) = 171+25+81=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1951 is #54E6AE. Grayscale: #4A4A4A. Windows color (decimal): -5564079 or 5314987. OLE color: 5314987.

HSL color Cylindrical-coordinate representation of color #AB1951: hue angle of 336.99º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1951 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 81 -
CMYK 0 0.85 0.53 0.33
HSL 336.99º 0.74% 0.38% -
HSV(B) 336.99º 0.85% 0.67% -
XYZ 18.63 9.95 8.72 -
YUV 75.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 171 25 81 0 0.85 0.53 0.33 336.99 0.74 0.38
Hex AB 19 51 0 55 35 21 151 4A 26
Octal 253 31 121 0 125 65 41 521 112 46
Binary 10101011 11001 1010001 0 1010101 110101 100001 101010001 1001010 100110

Color Harmonies of #AB1951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1951

Black with #AB1951

Text Example


Text Example

White with #AB1951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1951; }

 p { color: rgb(171,25,81); }

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

background-color css

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

 a { background-color: rgb(171,25,81); }

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

border-color css

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

 span { border-color: rgb(171,25,81); }

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