#A60B3D

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

Shades of Jazzberry Jam #A60B3D

Tints of Jazzberry Jam #A60B3D

Color information

#A60B3D (or 0xA60B3D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0B and 3D. RGB value is (166,11,61). Sum of RGB (Red+Green+Blue) = 166+11+61=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B3D is #59F4C2. Grayscale: #3F3F3F. Windows color (decimal): -5895363 or 4000678. OLE color: 4000678.

HSL color Cylindrical-coordinate representation of color #A60B3D: hue angle of 340.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B3D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1661161-
CMYK00.930.630.35
HSL340.65º87.57%34.71%-
HSV(B)340.65º93.37%65.1%-
XYZ16.698.685.21-
YUV63.04126.85201.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.75%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=69.75%
G=4.62%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166116100.930.630.35340.6587.5734.71
HexA6B3D05D3F231555823
Octal24613750135774352513043
Binary101001101011111101010111011111111000111010101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B3D; }

 p { color: rgb(166,11,61); }

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

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

 a { background-color: rgb(166,11,61); }

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

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

 span { border-color: rgb(166,11,61); }

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