Html Css Color HEX #A60D4F Jazzberry Jam

📋 copy color: '#A60D4F'

red 166 ◦ green 13 ◦ blue 79

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

Shades of Jazzberry Jam #A60D4F

Tints of Jazzberry Jam #A60D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 64.34%
G = 5.04%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A60D4F (or 0xA60D4F) is known color: Jazzberry Jam. HEX triplet: A6, 0D and 4F. RGB value is (166,13,79). Sum of RGB (Red+Green+Blue) = 166+13+79=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60D4F is #59F2B0. Grayscale: #424242. Windows color (decimal): -5894833 or 5180838. OLE color: 5180838.

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

Color convert

RGB 166 13 79 -
CMYK 0 0.92 0.52 0.35
HSL 334.12º 0.85% 0.35% -
HSV(B) 334.12º 0.92% 0.65% -
XYZ 17.28 8.96 8.22 -
YUV 66.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 166 13 79 0 0.92 0.52 0.35 334.12 0.85 0.35
Hex A6 D 4F 0 5C 34 23 14E 55 23
Octal 246 15 117 0 134 64 43 516 125 43
Binary 10100110 1101 1001111 0 1011100 110100 100011 101001110 1010101 100011

Color Harmonies of #A60D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D4F

Black with #A60D4F

Text Example


Text Example

White with #A60D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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