Html Css Color HEX #A60040 Jazzberry Jam

📋 copy color: '#A60040'

red 166 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #A60040

Tints of Jazzberry Jam #A60040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.17%
G = 0%
B = 27.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A60040 (or 0xA60040) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 40. RGB value is (166,0,64). Sum of RGB (Red+Green+Blue) = 166+0+64=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A60040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60040 is #59FFBF. Grayscale: #383838. Windows color (decimal): -5898176 or 4194470. OLE color: 4194470.

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

Color convert

RGB 166 0 64 -
CMYK 0 1 0.61 0.35
HSL 336.87º 1% 0.33% -
HSV(B) 336.87º 1% 0.65% -
XYZ 16.65 8.48 5.61 -
YUV 56.93 132 205.8 -
System Red Green Blue C M Y K H S L
Decimal 166 0 64 0 1 0.61 0.35 336.87 1 0.33
Hex A6 0 40 0 64 3D 23 151 64 21
Octal 246 0 100 0 144 75 43 521 144 41
Binary 10100110 0 1000000 0 1100100 111101 100011 101010001 1100100 100001

Color Harmonies of #A60040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60040

Black with #A60040

Text Example


Text Example

White with #A60040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60040; }

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

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

background-color css

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

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

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

border-color css

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

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

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