Html Css Color HEX #AB1554 Jazzberry Jam

📋 copy color: '#AB1554'

red 171 ◦ green 21 ◦ blue 84

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

Shades of Jazzberry Jam #AB1554

Tints of Jazzberry Jam #AB1554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 61.96%
G = 7.61%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB1554 (or 0xAB1554) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 54. RGB value is (171,21,84). Sum of RGB (Red+Green+Blue) = 171+21+84=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1554 is #54EAAB. Grayscale: #484848. Windows color (decimal): -5565100 or 5510571. OLE color: 5510571.

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

Color convert

RGB 171 21 84 -
CMYK 0 0.88 0.51 0.33
HSL 334.8º 0.78% 0.38% -
HSV(B) 334.8º 0.88% 0.67% -
XYZ 18.66 9.83 9.3 -
YUV 73.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 171 21 84 0 0.88 0.51 0.33 334.8 0.78 0.38
Hex AB 15 54 0 58 33 21 14F 4E 26
Octal 253 25 124 0 130 63 41 517 116 46
Binary 10101011 10101 1010100 0 1011000 110011 100001 101001111 1001110 100110

Color Harmonies of #AB1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1554

Black with #AB1554

Text Example


Text Example

White with #AB1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1554; }

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

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

background-color css

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

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

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

border-color css

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

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

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