Html Css Color HEX #AB1750 Jazzberry Jam

📋 copy color: '#AB1750'

red 171 ◦ green 23 ◦ blue 80

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

Shades of Jazzberry Jam #AB1750

Tints of Jazzberry Jam #AB1750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 62.41%
G = 8.39%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB1750 (or 0xAB1750) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 50. RGB value is (171,23,80). Sum of RGB (Red+Green+Blue) = 171+23+80=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1750 is #54E8AF. Grayscale: #494949. Windows color (decimal): -5564592 or 5248939. OLE color: 5248939.

HSL color Cylindrical-coordinate representation of color #AB1750: hue angle of 336.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1750 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 23 80 -
CMYK 0 0.87 0.53 0.33
HSL 336.89º 0.76% 0.38% -
HSV(B) 336.89º 0.87% 0.67% -
XYZ 18.55 9.85 8.51 -
YUV 73.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 171 23 80 0 0.87 0.53 0.33 336.89 0.76 0.38
Hex AB 17 50 0 57 35 21 151 4C 26
Octal 253 27 120 0 127 65 41 521 114 46
Binary 10101011 10111 1010000 0 1010111 110101 100001 101010001 1001100 100110

Color Harmonies of #AB1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1750

Black with #AB1750

Text Example


Text Example

White with #AB1750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1750; }

 p { color: rgb(171,23,80); }

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

background-color css

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

 a { background-color: rgb(171,23,80); }

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

border-color css

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

 span { border-color: rgb(171,23,80); }

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