Html Css Color HEX #A6044A Jazzberry Jam

📋 copy color: '#A6044A'

red 166 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #A6044A

Tints of Jazzberry Jam #A6044A

RGB

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

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

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

R = 68.03%
G = 1.64%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6044A (or 0xA6044A) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 4A. RGB value is (166,4,74). Sum of RGB (Red+Green+Blue) = 166+4+74=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6044A is #59FBB5. Grayscale: #3C3C3C. Windows color (decimal): -5897142 or 4850854. OLE color: 4850854.

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

Color convert

RGB 166 4 74 -
CMYK 0 0.98 0.55 0.35
HSL 334.07º 0.95% 0.33% -
HSV(B) 334.07º 0.98% 0.65% -
XYZ 17.01 8.69 7.26 -
YUV 60.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 166 4 74 0 0.98 0.55 0.35 334.07 0.95 0.33
Hex A6 4 4A 0 62 37 23 14E 5F 21
Octal 246 4 112 0 142 67 43 516 137 41
Binary 10100110 100 1001010 0 1100010 110111 100011 101001110 1011111 100001

Color Harmonies of #A6044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6044A

Black with #A6044A

Text Example


Text Example

White with #A6044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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