Html Css Color HEX #A60540 Jazzberry Jam

📋 copy color: '#A60540'

red 166 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #A60540

Tints of Jazzberry Jam #A60540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 70.64%
G = 2.13%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A60540 (or 0xA60540) is known color: Jazzberry Jam. HEX triplet: A6, 05 and 40. RGB value is (166,5,64). Sum of RGB (Red+Green+Blue) = 166+5+64=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A60540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60540 is #59FABF. Grayscale: #3B3B3B. Windows color (decimal): -5896896 or 4195750. OLE color: 4195750.

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

Color convert

RGB 166 5 64 -
CMYK 0 0.97 0.61 0.35
HSL 338.01º 0.94% 0.34% -
HSV(B) 338.01º 0.97% 0.65% -
XYZ 16.71 8.59 5.63 -
YUV 59.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 166 5 64 0 0.97 0.61 0.35 338.01 0.94 0.34
Hex A6 5 40 0 61 3D 23 152 5E 22
Octal 246 5 100 0 141 75 43 522 136 42
Binary 10100110 101 1000000 0 1100001 111101 100011 101010010 1011110 100010

Color Harmonies of #A60540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60540

Black with #A60540

Text Example


Text Example

White with #A60540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60540; }

 p { color: rgb(166,5,64); }

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

background-color css

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

 a { background-color: rgb(166,5,64); }

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

border-color css

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

 span { border-color: rgb(166,5,64); }

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