Html Css Color HEX #AB1145 Jazzberry Jam

📋 copy color: '#AB1145'

red 171 ◦ green 17 ◦ blue 69

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

Shades of Jazzberry Jam #AB1145

Tints of Jazzberry Jam #AB1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 69 (27.34% from 255) = 26.85%

R = 66.54%
G = 6.61%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1145 (or 0xAB1145) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 45. RGB value is (171,17,69). Sum of RGB (Red+Green+Blue) = 171+17+69=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1145 is #54EEBA. Grayscale: #444444. Windows color (decimal): -5566139 or 4526507. OLE color: 4526507.

HSL color Cylindrical-coordinate representation of color #AB1145: hue angle of 339.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1145 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 69 -
CMYK 0 0.90 0.60 0.33
HSL 339.74º 0.82% 0.37% -
HSV(B) 339.74º 0.9% 0.67% -
XYZ 18.07 9.49 6.51 -
YUV 68.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 171 17 69 0 0.90 0.60 0.33 339.74 0.82 0.37
Hex AB 11 45 0 5A 3C 21 154 52 25
Octal 253 21 105 0 132 74 41 524 122 45
Binary 10101011 10001 1000101 0 1011010 111100 100001 101010100 1010010 100101

Color Harmonies of #AB1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1145

Black with #AB1145

Text Example


Text Example

White with #AB1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1145; }

 p { color: rgb(171,17,69); }

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

background-color css

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

 a { background-color: rgb(171,17,69); }

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

border-color css

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

 span { border-color: rgb(171,17,69); }

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