Html Css Color HEX #AB1447 Jazzberry Jam

📋 copy color: '#AB1447'

red 171 ◦ green 20 ◦ blue 71

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

Shades of Jazzberry Jam #AB1447

Tints of Jazzberry Jam #AB1447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.1%

R = 65.27%
G = 7.63%
B = 27.1%

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

#AB1447 (or 0xAB1447) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 47. RGB value is (171,20,71). Sum of RGB (Red+Green+Blue) = 171+20+71=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1447 is #54EBB8. Grayscale: #464646. Windows color (decimal): -5565369 or 4658347. OLE color: 4658347.

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

Color convert

RGB 171 20 71 -
CMYK 0 0.88 0.58 0.33
HSL 339.74º 0.79% 0.37% -
HSV(B) 339.74º 0.88% 0.67% -
XYZ 18.18 9.61 6.86 -
YUV 70.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 171 20 71 0 0.88 0.58 0.33 339.74 0.79 0.37
Hex AB 14 47 0 58 3A 21 154 4F 25
Octal 253 24 107 0 130 72 41 524 117 45
Binary 10101011 10100 1000111 0 1011000 111010 100001 101010100 1001111 100101

Color Harmonies of #AB1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1447

Black with #AB1447

Text Example


Text Example

White with #AB1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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