#A60750

Color #A60750 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A60750

Tints of Jazzberry Jam #A60750

Color information

#A60750 (or 0xA60750) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 07 and 50. RGB value is (166,7,80). Sum of RGB (Red+Green+Blue) = 166+7+80=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A60750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60750 is #59F8AF. Grayscale: #3E3E3E. Windows color (decimal): -5896368 or 5244838. OLE color: 5244838.

HSL color Cylindrical-coordinate representation of color #A60750: hue angle of 332.45º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60750 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB166780-
CMYK00.960.520.35
HSL332.45º91.91%33.92%-
HSV(B)332.45º95.78%65.1%-
XYZ17.258.848.39-
YUV62.86137.68201.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.61%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=65.61%
G=2.77%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16678000.960.520.35332.4591.9133.92
HexA6750060342314c5c22
Octal24671200140644351413442
Binary101001101111010000011000001101001000111010011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60750; }

 p { color: rgb(166,7,80); }

 H1.HeaderClassName
 {
   color: #A60750;
 }
 .AnyTagClassName
 {
   color: #A60750;
 }
</style>
background-color css

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

 a { background-color: rgb(166,7,80); }

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

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

 span { border-color: rgb(166,7,80); }

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