Html Css Color HEX #A6064A Jazzberry Jam

📋 copy color: '#A6064A'

red 166 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #A6064A

Tints of Jazzberry Jam #A6064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.44%

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 67.48%
G = 2.44%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6064A (or 0xA6064A) is known color: Jazzberry Jam. HEX triplet: A6, 06 and 4A. RGB value is (166,6,74). Sum of RGB (Red+Green+Blue) = 166+6+74=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6064A is #59F9B5. Grayscale: #3D3D3D. Windows color (decimal): -5896630 or 4851366. OLE color: 4851366.

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

Color convert

RGB 166 6 74 -
CMYK 0 0.96 0.55 0.35
HSL 334.5º 0.93% 0.34% -
HSV(B) 334.5º 0.96% 0.65% -
XYZ 17.03 8.73 7.27 -
YUV 61.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 166 6 74 0 0.96 0.55 0.35 334.5 0.93 0.34
Hex A6 6 4A 0 60 37 23 14E 5D 22
Octal 246 6 112 0 140 67 43 516 135 42
Binary 10100110 110 1001010 0 1100000 110111 100011 101001110 1011101 100010

Color Harmonies of #A6064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6064A

Black with #A6064A

Text Example


Text Example

White with #A6064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6064A; }

 p { color: rgb(166,6,74); }

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

background-color css

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

 a { background-color: rgb(166,6,74); }

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

border-color css

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

 span { border-color: rgb(166,6,74); }

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