Html Css Color HEX #A60A4B Jazzberry Jam

📋 copy color: '#A60A4B'

red 166 ◦ green 10 ◦ blue 75

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

Shades of Jazzberry Jam #A60A4B

Tints of Jazzberry Jam #A60A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 66.14%
G = 3.98%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A60A4B (or 0xA60A4B) is known color: Jazzberry Jam. HEX triplet: A6, 0A and 4B. RGB value is (166,10,75). Sum of RGB (Red+Green+Blue) = 166+10+75=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A4B is #59F5B4. Grayscale: #3F3F3F. Windows color (decimal): -5895605 or 4917926. OLE color: 4917926.

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

Color convert

RGB 166 10 75 -
CMYK 0 0.94 0.55 0.35
HSL 335º 0.89% 0.35% -
HSV(B) 335º 0.94% 0.65% -
XYZ 17.1 8.83 7.46 -
YUV 64.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 166 10 75 0 0.94 0.55 0.35 335 0.89 0.35
Hex A6 A 4B 0 5E 37 23 14F 59 23
Octal 246 12 113 0 136 67 43 517 131 43
Binary 10100110 1010 1001011 0 1011110 110111 100011 101001111 1011001 100011

Color Harmonies of #A60A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60A4B

Black with #A60A4B

Text Example


Text Example

White with #A60A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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