Html Css Color HEX #A6124C Jazzberry Jam

📋 copy color: '#A6124C'

red 166 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #A6124C

Tints of Jazzberry Jam #A6124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 63.85%
G = 6.92%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6124C (or 0xA6124C) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 4C. RGB value is (166,18,76). Sum of RGB (Red+Green+Blue) = 166+18+76=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6124C is #59EDB3. Grayscale: #444444. Windows color (decimal): -5893556 or 4985510. OLE color: 4985510.

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

Color convert

RGB 166 18 76 -
CMYK 0 0.89 0.54 0.35
HSL 336.49º 0.8% 0.36% -
HSV(B) 336.49º 0.89% 0.65% -
XYZ 17.25 9.06 7.68 -
YUV 68.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 166 18 76 0 0.89 0.54 0.35 336.49 0.8 0.36
Hex A6 12 4C 0 59 36 23 150 50 24
Octal 246 22 114 0 131 66 43 520 120 44
Binary 10100110 10010 1001100 0 1011001 110110 100011 101010000 1010000 100100

Color Harmonies of #A6124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6124C

Black with #A6124C

Text Example


Text Example

White with #A6124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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