Html Css Color HEX #A80952 Jazzberry Jam

📋 copy color: '#A80952'

red 168 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #A80952

Tints of Jazzberry Jam #A80952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 64.86%
G = 3.47%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A80952 (or 0xA80952) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 52. RGB value is (168,9,82). Sum of RGB (Red+Green+Blue) = 168+9+82=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80952 is #57F6AD. Grayscale: #404040. Windows color (decimal): -5764782 or 5376424. OLE color: 5376424.

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

Color convert

RGB 168 9 82 -
CMYK 0 0.95 0.51 0.34
HSL 332.45º 0.9% 0.35% -
HSV(B) 332.45º 0.95% 0.66% -
XYZ 17.77 9.13 8.81 -
YUV 64.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 168 9 82 0 0.95 0.51 0.34 332.45 0.9 0.35
Hex A8 9 52 0 5F 33 22 14C 5A 23
Octal 250 11 122 0 137 63 42 514 132 43
Binary 10101000 1001 1010010 0 1011111 110011 100010 101001100 1011010 100011

Color Harmonies of #A80952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80952

Black with #A80952

Text Example


Text Example

White with #A80952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80952; }

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

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

background-color css

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

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

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

border-color css

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

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

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