Html Css Color HEX #AB1550 Jazzberry Jam

📋 copy color: '#AB1550'

red 171 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #AB1550

Tints of Jazzberry Jam #AB1550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 62.87%
G = 7.72%
B = 29.41%

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

#AB1550 (or 0xAB1550) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 50. RGB value is (171,21,80). Sum of RGB (Red+Green+Blue) = 171+21+80=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1550 is #54EAAF. Grayscale: #484848. Windows color (decimal): -5565104 or 5248427. OLE color: 5248427.

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

Color convert

RGB 171 21 80 -
CMYK 0 0.88 0.53 0.33
HSL 336.4º 0.78% 0.38% -
HSV(B) 336.4º 0.88% 0.67% -
XYZ 18.51 9.77 8.5 -
YUV 72.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 171 21 80 0 0.88 0.53 0.33 336.4 0.78 0.38
Hex AB 15 50 0 58 35 21 150 4E 26
Octal 253 25 120 0 130 65 41 520 116 46
Binary 10101011 10101 1010000 0 1011000 110101 100001 101010000 1001110 100110

Color Harmonies of #AB1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1550

Black with #AB1550

Text Example


Text Example

White with #AB1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1550; }

 p { color: rgb(171,21,80); }

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

background-color css

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

 a { background-color: rgb(171,21,80); }

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

border-color css

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

 span { border-color: rgb(171,21,80); }

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