Html Css Color HEX #AB1245 Jazzberry Jam

📋 copy color: '#AB1245'

red 171 ◦ green 18 ◦ blue 69

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

Shades of Jazzberry Jam #AB1245

Tints of Jazzberry Jam #AB1245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 66.28%
G = 6.98%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1245 (or 0xAB1245) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 45. RGB value is (171,18,69). Sum of RGB (Red+Green+Blue) = 171+18+69=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1245 is #54EDBA. Grayscale: #454545. Windows color (decimal): -5565883 or 4526763. OLE color: 4526763.

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

Color convert

RGB 171 18 69 -
CMYK 0 0.89 0.60 0.33
HSL 340º 0.81% 0.37% -
HSV(B) 340º 0.89% 0.67% -
XYZ 18.09 9.52 6.51 -
YUV 69.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 171 18 69 0 0.89 0.60 0.33 340 0.81 0.37
Hex AB 12 45 0 59 3C 21 154 51 25
Octal 253 22 105 0 131 74 41 524 121 45
Binary 10101011 10010 1000101 0 1011001 111100 100001 101010100 1010001 100101

Color Harmonies of #AB1245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1245

Black with #AB1245

Text Example


Text Example

White with #AB1245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1245; }

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

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

background-color css

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

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

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

border-color css

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

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

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