Html Css Color HEX #AB1547 Jazzberry Jam

📋 copy color: '#AB1547'

red 171 ◦ green 21 ◦ blue 71

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

Shades of Jazzberry Jam #AB1547

Tints of Jazzberry Jam #AB1547

RGB

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

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

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

R = 65.02%
G = 7.98%
B = 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

#AB1547 (or 0xAB1547) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 47. RGB value is (171,21,71). Sum of RGB (Red+Green+Blue) = 171+21+71=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1547 is #54EAB8. Grayscale: #474747. Windows color (decimal): -5565113 or 4658603. OLE color: 4658603.

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

Color convert

RGB 171 21 71 -
CMYK 0 0.88 0.58 0.33
HSL 340º 0.78% 0.38% -
HSV(B) 340º 0.88% 0.67% -
XYZ 18.2 9.65 6.86 -
YUV 71.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 171 21 71 0 0.88 0.58 0.33 340 0.78 0.38
Hex AB 15 47 0 58 3A 21 154 4E 26
Octal 253 25 107 0 130 72 41 524 116 46
Binary 10101011 10101 1000111 0 1011000 111010 100001 101010100 1001110 100110

Color Harmonies of #AB1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1547

Black with #AB1547

Text Example


Text Example

White with #AB1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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