Html Css Color HEX #A6094D Jazzberry Jam

📋 copy color: '#A6094D'

red 166 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #A6094D

Tints of Jazzberry Jam #A6094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 65.87%
G = 3.57%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6094D (or 0xA6094D) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 4D. RGB value is (166,9,77). Sum of RGB (Red+Green+Blue) = 166+9+77=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6094D is #59F6B2. Grayscale: #3F3F3F. Windows color (decimal): -5895859 or 5048742. OLE color: 5048742.

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

Color convert

RGB 166 9 77 -
CMYK 0 0.95 0.54 0.35
HSL 334.01º 0.9% 0.34% -
HSV(B) 334.01º 0.95% 0.65% -
XYZ 17.16 8.84 7.82 -
YUV 63.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 166 9 77 0 0.95 0.54 0.35 334.01 0.9 0.34
Hex A6 9 4D 0 5F 36 23 14E 5A 22
Octal 246 11 115 0 137 66 43 516 132 42
Binary 10100110 1001 1001101 0 1011111 110110 100011 101001110 1011010 100010

Color Harmonies of #A6094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6094D

Black with #A6094D

Text Example


Text Example

White with #A6094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6094D; }

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

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

background-color css

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

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

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

border-color css

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

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

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