#A10A3D

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

Shades of Jazzberry Jam #A10A3D

Tints of Jazzberry Jam #A10A3D

Color information

#A10A3D (or 0xA10A3D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0A and 3D. RGB value is (161,10,61). Sum of RGB (Red+Green+Blue) = 161+10+61=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A3D is #5EF5C2. Grayscale: #3C3C3C. Windows color (decimal): -6223299 or 4000417. OLE color: 4000417.

HSL color Cylindrical-coordinate representation of color #A10A3D: hue angle of 339.74º 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 #A10A3D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1611061-
CMYK00.940.620.37
HSL339.74º88.3%33.53%-
HSV(B)339.74º93.79%63.14%-
XYZ15.658.135.16-
YUV60.96128.03199.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.40%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=69.40%
G=4.31%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161106100.940.620.37339.7488.333.53
HexA1A3D05E3E251545822
Octal24112750136764552413042
Binary101000011010111101010111101111101001011010101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A3D; }

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

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

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

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

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

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

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

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