Html Css Color HEX #A60D52 Jazzberry Jam

📋 copy color: '#A60D52'

red 166 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #A60D52

Tints of Jazzberry Jam #A60D52

RGB

 RED value IS 166 (65.23% from 255) = 63.6%

 GREEN value IS 13 (5.47% from 255) = 4.98%

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

R = 63.6%
G = 4.98%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A60D52 (or 0xA60D52) is known color: Jazzberry Jam. HEX triplet: A6, 0D and 52. RGB value is (166,13,82). Sum of RGB (Red+Green+Blue) = 166+13+82=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60D52 is #59F2AD. Grayscale: #424242. Windows color (decimal): -5894830 or 5377446. OLE color: 5377446.

HSL color Cylindrical-coordinate representation of color #A60D52: hue angle of 332.94º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60D52 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 13 82 -
CMYK 0 0.92 0.51 0.35
HSL 332.94º 0.85% 0.35% -
HSV(B) 332.94º 0.92% 0.65% -
XYZ 17.39 9 8.8 -
YUV 66.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 166 13 82 0 0.92 0.51 0.35 332.94 0.85 0.35
Hex A6 D 52 0 5C 33 23 14D 55 23
Octal 246 15 122 0 134 63 43 515 125 43
Binary 10100110 1101 1010010 0 1011100 110011 100011 101001101 1010101 100011

Color Harmonies of #A60D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D52

Black with #A60D52

Text Example


Text Example

White with #A60D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D52; }

 p { color: rgb(166,13,82); }

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

background-color css

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

 a { background-color: rgb(166,13,82); }

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

border-color css

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

 span { border-color: rgb(166,13,82); }

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