Html Css Color HEX #AB1555 Jazzberry Jam

📋 copy color: '#AB1555'

red 171 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #AB1555

Tints of Jazzberry Jam #AB1555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 61.73%
G = 7.58%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB1555 (or 0xAB1555) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 55. RGB value is (171,21,85). Sum of RGB (Red+Green+Blue) = 171+21+85=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1555 is #54EAAA. Grayscale: #494949. Windows color (decimal): -5565099 or 5576107. OLE color: 5576107.

HSL color Cylindrical-coordinate representation of color #AB1555: hue angle of 334.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 #AB1555 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 85 -
CMYK 0 0.88 0.50 0.33
HSL 334.4º 0.78% 0.38% -
HSV(B) 334.4º 0.88% 0.67% -
XYZ 18.7 9.85 9.51 -
YUV 73.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 171 21 85 0 0.88 0.50 0.33 334.4 0.78 0.38
Hex AB 15 55 0 58 32 21 14E 4E 26
Octal 253 25 125 0 130 62 41 516 116 46
Binary 10101011 10101 1010101 0 1011000 110010 100001 101001110 1001110 100110

Color Harmonies of #AB1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1555

Black with #AB1555

Text Example


Text Example

White with #AB1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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