Html Css Color HEX #AB1448 Jazzberry Jam

📋 copy color: '#AB1448'

red 171 ◦ green 20 ◦ blue 72

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

Shades of Jazzberry Jam #AB1448

Tints of Jazzberry Jam #AB1448

RGB

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

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

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

R = 65.02%
G = 7.6%
B = 27.38%

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

#AB1448 (or 0xAB1448) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 48. RGB value is (171,20,72). Sum of RGB (Red+Green+Blue) = 171+20+72=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1448 is #54EBB7. Grayscale: #474747. Windows color (decimal): -5565368 or 4723883. OLE color: 4723883.

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

Color convert

RGB 171 20 72 -
CMYK 0 0.88 0.58 0.33
HSL 339.34º 0.79% 0.37% -
HSV(B) 339.34º 0.88% 0.67% -
XYZ 18.21 9.63 7.03 -
YUV 71.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 171 20 72 0 0.88 0.58 0.33 339.34 0.79 0.37
Hex AB 14 48 0 58 3A 21 153 4F 25
Octal 253 24 110 0 130 72 41 523 117 45
Binary 10101011 10100 1001000 0 1011000 111010 100001 101010011 1001111 100101

Color Harmonies of #AB1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1448

Black with #AB1448

Text Example


Text Example

White with #AB1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1448; }

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

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

background-color css

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

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

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

border-color css

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

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

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