#A10A48

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

Shades of Jazzberry Jam #A10A48

Tints of Jazzberry Jam #A10A48

Color information

#A10A48 (or 0xA10A48) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0A and 48. RGB value is (161,10,72). Sum of RGB (Red+Green+Blue) = 161+10+72=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A48 is #5EF5B7. Grayscale: #3E3E3E. Windows color (decimal): -6223288 or 4721313. OLE color: 4721313.

HSL color Cylindrical-coordinate representation of color #A10A48: hue angle of 335.36º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A48 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB1611072-
CMYK00.940.550.37
HSL335.36º88.3%33.53%-
HSV(B)335.36º93.79%63.14%-
XYZ15.988.266.88-
YUV62.22133.53198.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.26%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=66.26%
G=4.12%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161107200.940.550.37335.3688.333.53
HexA1A4805E372514f5822
Octal241121100136674551713042
Binary1010000110101001000010111101101111001011010011111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A48; }

 p { color: rgb(161,10,72); }

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

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

 a { background-color: rgb(161,10,72); }

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

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

 span { border-color: rgb(161,10,72); }

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