Html Css Color HEX #A60442 Jazzberry Jam

📋 copy color: '#A60442'

red 166 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #A60442

Tints of Jazzberry Jam #A60442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 70.34%
G = 1.69%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A60442 (or 0xA60442) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 42. RGB value is (166,4,66). Sum of RGB (Red+Green+Blue) = 166+4+66=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A60442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60442 is #59FBBD. Grayscale: #3B3B3B. Windows color (decimal): -5897150 or 4326566. OLE color: 4326566.

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

Color convert

RGB 166 4 66 -
CMYK 0 0.98 0.60 0.35
HSL 337.04º 0.95% 0.33% -
HSV(B) 337.04º 0.98% 0.65% -
XYZ 16.75 8.59 5.93 -
YUV 59.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 166 4 66 0 0.98 0.60 0.35 337.04 0.95 0.33
Hex A6 4 42 0 62 3C 23 151 5F 21
Octal 246 4 102 0 142 74 43 521 137 41
Binary 10100110 100 1000010 0 1100010 111100 100011 101010001 1011111 100001

Color Harmonies of #A60442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60442

Black with #A60442

Text Example


Text Example

White with #A60442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60442; }

 p { color: rgb(166,4,66); }

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

background-color css

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

 a { background-color: rgb(166,4,66); }

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

border-color css

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

 span { border-color: rgb(166,4,66); }

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