Html Css Color HEX #A6124B Jazzberry Jam

📋 copy color: '#A6124B'

red 166 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #A6124B

Tints of Jazzberry Jam #A6124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 64.09%
G = 6.95%
B = 28.96%

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

#A6124B (or 0xA6124B) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 4B. RGB value is (166,18,75). Sum of RGB (Red+Green+Blue) = 166+18+75=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6124B is #59EDB4. Grayscale: #444444. Windows color (decimal): -5893557 or 4919974. OLE color: 4919974.

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

Color convert

RGB 166 18 75 -
CMYK 0 0.89 0.55 0.35
HSL 336.89º 0.8% 0.36% -
HSV(B) 336.89º 0.89% 0.65% -
XYZ 17.21 9.05 7.5 -
YUV 68.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 166 18 75 0 0.89 0.55 0.35 336.89 0.8 0.36
Hex A6 12 4B 0 59 37 23 151 50 24
Octal 246 22 113 0 131 67 43 521 120 44
Binary 10100110 10010 1001011 0 1011001 110111 100011 101010001 1010000 100100

Color Harmonies of #A6124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6124B

Black with #A6124B

Text Example


Text Example

White with #A6124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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