Html Css Color HEX #AB1451 Jazzberry Jam

📋 copy color: '#AB1451'

red 171 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #AB1451

Tints of Jazzberry Jam #AB1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 62.87%
G = 7.35%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB1451 (or 0xAB1451) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 51. RGB value is (171,20,81). Sum of RGB (Red+Green+Blue) = 171+20+81=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1451 is #54EBAE. Grayscale: #484848. Windows color (decimal): -5565359 or 5313707. OLE color: 5313707.

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

Color convert

RGB 171 20 81 -
CMYK 0 0.88 0.53 0.33
HSL 335.76º 0.79% 0.37% -
HSV(B) 335.76º 0.88% 0.67% -
XYZ 18.53 9.75 8.69 -
YUV 72.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 171 20 81 0 0.88 0.53 0.33 335.76 0.79 0.37
Hex AB 14 51 0 58 35 21 150 4F 25
Octal 253 24 121 0 130 65 41 520 117 45
Binary 10101011 10100 1010001 0 1011000 110101 100001 101010000 1001111 100101

Color Harmonies of #AB1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1451

Black with #AB1451

Text Example


Text Example

White with #AB1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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