Html Css Color HEX #AB1752 Jazzberry Jam

📋 copy color: '#AB1752'

red 171 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #AB1752

Tints of Jazzberry Jam #AB1752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 61.96%
G = 8.33%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB1752 (or 0xAB1752) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 52. RGB value is (171,23,82). Sum of RGB (Red+Green+Blue) = 171+23+82=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1752 is #54E8AD. Grayscale: #494949. Windows color (decimal): -5564590 or 5380011. OLE color: 5380011.

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

Color convert

RGB 171 23 82 -
CMYK 0 0.87 0.52 0.33
HSL 336.08º 0.76% 0.38% -
HSV(B) 336.08º 0.87% 0.67% -
XYZ 18.62 9.88 8.91 -
YUV 73.98 132.53 197.2 -
System Red Green Blue C M Y K H S L
Decimal 171 23 82 0 0.87 0.52 0.33 336.08 0.76 0.38
Hex AB 17 52 0 57 34 21 150 4C 26
Octal 253 27 122 0 127 64 41 520 114 46
Binary 10101011 10111 1010010 0 1010111 110100 100001 101010000 1001100 100110

Color Harmonies of #AB1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1752

Black with #AB1752

Text Example


Text Example

White with #AB1752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1752; }

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

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

background-color css

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

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

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

border-color css

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

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

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