Html Css Color HEX #A6024D Jazzberry Jam

📋 copy color: '#A6024D'

red 166 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A6024D

Tints of Jazzberry Jam #A6024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 67.76%
G = 0.82%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6024D (or 0xA6024D) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 4D. RGB value is (166,2,77). Sum of RGB (Red+Green+Blue) = 166+2+77=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6024D is #59FDB2. Grayscale: #3B3B3B. Windows color (decimal): -5897651 or 5046950. OLE color: 5046950.

HSL color Cylindrical-coordinate representation of color #A6024D: hue angle of 332.56º degrees, saturation: 0.98, 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 #A6024D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 2 77 -
CMYK 0 0.99 0.54 0.35
HSL 332.56º 0.98% 0.33% -
HSV(B) 332.56º 0.99% 0.65% -
XYZ 17.09 8.69 7.8 -
YUV 59.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 166 2 77 0 0.99 0.54 0.35 332.56 0.98 0.33
Hex A6 2 4D 0 63 36 23 14D 62 21
Octal 246 2 115 0 143 66 43 515 142 41
Binary 10100110 10 1001101 0 1100011 110110 100011 101001101 1100010 100001

Color Harmonies of #A6024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6024D

Black with #A6024D

Text Example


Text Example

White with #A6024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6024D; }

 p { color: rgb(166,2,77); }

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

background-color css

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

 a { background-color: rgb(166,2,77); }

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

border-color css

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

 span { border-color: rgb(166,2,77); }

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