#A10C4D

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

Shades of Jazzberry Jam #A10C4D

Tints of Jazzberry Jam #A10C4D

Color information

#A10C4D (or 0xA10C4D) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0C and 4D. RGB value is (161,12,77). Sum of RGB (Red+Green+Blue) = 161+12+77=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10C4D is #5EF3B2. Grayscale: #3F3F3F. Windows color (decimal): -6222771 or 5049505. OLE color: 5049505.

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

Color convert

RGB1611277-
CMYK00.930.520.37
HSL333.83º86.13%33.92%-
HSV(B)333.83º92.55%63.14%-
XYZ16.178.387.79-
YUV63.96135.36197.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=64.4%
G=4.8%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161127700.930.520.37333.8386.1333.92
HexA1C4D05D342514e5622
Octal241141150135644551612642
Binary1010000111001001101010111011101001001011010011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10C4D; }

 p { color: rgb(161,12,77); }

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

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

 a { background-color: rgb(161,12,77); }

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

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

 span { border-color: rgb(161,12,77); }

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