Html Css Color HEX #A6124A Jazzberry Jam

📋 copy color: '#A6124A'

red 166 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #A6124A

Tints of Jazzberry Jam #A6124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 64.34%
G = 6.98%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6124A (or 0xA6124A) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 4A. RGB value is (166,18,74). Sum of RGB (Red+Green+Blue) = 166+18+74=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6124A is #59EDB5. Grayscale: #444444. Windows color (decimal): -5893558 or 4854438. OLE color: 4854438.

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

Color convert

RGB 166 18 74 -
CMYK 0 0.89 0.55 0.35
HSL 337.3º 0.8% 0.36% -
HSV(B) 337.3º 0.89% 0.65% -
XYZ 17.18 9.03 7.32 -
YUV 68.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 166 18 74 0 0.89 0.55 0.35 337.3 0.8 0.36
Hex A6 12 4A 0 59 37 23 151 50 24
Octal 246 22 112 0 131 67 43 521 120 44
Binary 10100110 10010 1001010 0 1011001 110111 100011 101010001 1010000 100100

Color Harmonies of #A6124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6124A

Black with #A6124A

Text Example


Text Example

White with #A6124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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