Html Css Color HEX #A81252 Jazzberry Jam

📋 copy color: '#A81252'

red 168 ◦ green 18 ◦ blue 82

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

Shades of Jazzberry Jam #A81252

Tints of Jazzberry Jam #A81252

RGB

 RED value IS 168 (66.02% from 255) = 62.69%

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

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

R = 62.69%
G = 6.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A81252 (or 0xA81252) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 52. RGB value is (168,18,82). Sum of RGB (Red+Green+Blue) = 168+18+82=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A81252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81252 is #57EDAD. Grayscale: #464646. Windows color (decimal): -5762478 or 5378728. OLE color: 5378728.

HSL color Cylindrical-coordinate representation of color #A81252: hue angle of 334.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81252 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 82 -
CMYK 0 0.89 0.51 0.34
HSL 334.4º 0.81% 0.36% -
HSV(B) 334.4º 0.89% 0.66% -
XYZ 17.89 9.37 8.85 -
YUV 70.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 168 18 82 0 0.89 0.51 0.34 334.4 0.81 0.36
Hex A8 12 52 0 59 33 22 14E 51 24
Octal 250 22 122 0 131 63 42 516 121 44
Binary 10101000 10010 1010010 0 1011001 110011 100010 101001110 1010001 100100

Color Harmonies of #A81252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81252

Black with #A81252

Text Example


Text Example

White with #A81252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81252; }

 p { color: rgb(168,18,82); }

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

background-color css

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

 a { background-color: rgb(168,18,82); }

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

border-color css

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

 span { border-color: rgb(168,18,82); }

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