#A10F3E

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

Shades of Jazzberry Jam #A10F3E

Tints of Jazzberry Jam #A10F3E

Color information

#A10F3E (or 0xA10F3E) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0F and 3E. RGB value is (161,15,62). Sum of RGB (Red+Green+Blue) = 161+15+62=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F3E is #5EF0C1. Grayscale: #3F3F3F. Windows color (decimal): -6222018 or 4067233. OLE color: 4067233.

HSL color Cylindrical-coordinate representation of color #A10F3E: hue angle of 340.68º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F3E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1611562-
CMYK00.910.610.37
HSL340.68º82.95%34.51%-
HSV(B)340.68º90.68%63.14%-
XYZ15.748.275.32-
YUV64.01126.87197.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=67.65%
G=6.30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161156200.910.610.37340.6882.9534.51
HexA1F3E05B3D251555323
Octal24117760133754552512343
Binary101000011111111110010110111111011001011010101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F3E; }

 p { color: rgb(161,15,62); }

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

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

 a { background-color: rgb(161,15,62); }

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

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

 span { border-color: rgb(161,15,62); }

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