Html Css Color HEX #A60140 Jazzberry Jam

📋 copy color: '#A60140'

red 166 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #A60140

Tints of Jazzberry Jam #A60140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 71.86%
G = 0.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A60140 (or 0xA60140) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 40. RGB value is (166,1,64). Sum of RGB (Red+Green+Blue) = 166+1+64=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A60140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60140 is #59FEBF. Grayscale: #393939. Windows color (decimal): -5897920 or 4194726. OLE color: 4194726.

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

Color convert

RGB 166 1 64 -
CMYK 0 0.99 0.61 0.35
HSL 337.09º 0.99% 0.33% -
HSV(B) 337.09º 0.99% 0.65% -
XYZ 16.66 8.5 5.61 -
YUV 57.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 166 1 64 0 0.99 0.61 0.35 337.09 0.99 0.33
Hex A6 1 40 0 63 3D 23 151 63 21
Octal 246 1 100 0 143 75 43 521 143 41
Binary 10100110 1 1000000 0 1100011 111101 100011 101010001 1100011 100001

Color Harmonies of #A60140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60140

Black with #A60140

Text Example


Text Example

White with #A60140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60140; }

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

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

background-color css

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

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

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

border-color css

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

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

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