Html Css Color HEX #A50952 Jazzberry Jam

📋 copy color: '#A50952'

red 165 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #A50952

Tints of Jazzberry Jam #A50952

RGB

 RED value IS 165 (64.84% from 255) = 64.45%

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

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

R = 64.45%
G = 3.52%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A50952 (or 0xA50952) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 52. RGB value is (165,9,82). Sum of RGB (Red+Green+Blue) = 165+9+82=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A50952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50952 is #5AF6AD. Grayscale: #3F3F3F. Windows color (decimal): -5961390 or 5376421. OLE color: 5376421.

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

Color convert

RGB 165 9 82 -
CMYK 0 0.95 0.50 0.35
HSL 331.92º 0.9% 0.34% -
HSV(B) 331.92º 0.95% 0.65% -
XYZ 17.14 8.8 8.78 -
YUV 63.97 138.18 200.06 -
System Red Green Blue C M Y K H S L
Decimal 165 9 82 0 0.95 0.50 0.35 331.92 0.9 0.34
Hex A5 9 52 0 5F 32 23 14C 5A 22
Octal 245 11 122 0 137 62 43 514 132 42
Binary 10100101 1001 1010010 0 1011111 110010 100011 101001100 1011010 100010

Color Harmonies of #A50952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50952

Black with #A50952

Text Example


Text Example

White with #A50952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50952; }

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

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

background-color css

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

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

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

border-color css

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

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

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