Html Css Color HEX #A6084A Jazzberry Jam

📋 copy color: '#A6084A'

red 166 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #A6084A

Tints of Jazzberry Jam #A6084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 66.94%
G = 3.23%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6084A (or 0xA6084A) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 4A. RGB value is (166,8,74). Sum of RGB (Red+Green+Blue) = 166+8+74=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6084A is #59F7B5. Grayscale: #3E3E3E. Windows color (decimal): -5896118 or 4851878. OLE color: 4851878.

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

Color convert

RGB 166 8 74 -
CMYK 0 0.95 0.55 0.35
HSL 334.94º 0.91% 0.34% -
HSV(B) 334.94º 0.95% 0.65% -
XYZ 17.05 8.78 7.27 -
YUV 62.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 166 8 74 0 0.95 0.55 0.35 334.94 0.91 0.34
Hex A6 8 4A 0 5F 37 23 14F 5B 22
Octal 246 10 112 0 137 67 43 517 133 42
Binary 10100110 1000 1001010 0 1011111 110111 100011 101001111 1011011 100010

Color Harmonies of #A6084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6084A

Black with #A6084A

Text Example


Text Example

White with #A6084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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