Html Css Color HEX #AB1548 Jazzberry Jam

📋 copy color: '#AB1548'

red 171 ◦ green 21 ◦ blue 72

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

Shades of Jazzberry Jam #AB1548

Tints of Jazzberry Jam #AB1548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 64.77%
G = 7.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1548 (or 0xAB1548) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 48. RGB value is (171,21,72). Sum of RGB (Red+Green+Blue) = 171+21+72=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1548 is #54EAB7. Grayscale: #474747. Windows color (decimal): -5565112 or 4724139. OLE color: 4724139.

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

Color convert

RGB 171 21 72 -
CMYK 0 0.88 0.58 0.33
HSL 339.6º 0.78% 0.38% -
HSV(B) 339.6º 0.88% 0.67% -
XYZ 18.23 9.66 7.03 -
YUV 71.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 171 21 72 0 0.88 0.58 0.33 339.6 0.78 0.38
Hex AB 15 48 0 58 3A 21 154 4E 26
Octal 253 25 110 0 130 72 41 524 116 46
Binary 10101011 10101 1001000 0 1011000 111010 100001 101010100 1001110 100110

Color Harmonies of #AB1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1548

Black with #AB1548

Text Example


Text Example

White with #AB1548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1548; }

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

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

background-color css

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

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

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

border-color css

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

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

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