#60211D

Color #60211D Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #60211D

Tints of Red Oxide #60211D

Color information

#60211D (or 0x60211D) is unknown color: approx Red Oxide. HEX triplet: 60, 21 and 1D. RGB value is (96,33,29). Sum of RGB (Red+Green+Blue) = 96+33+29=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60211D is #9FDEE2. Grayscale: #333333. Windows color (decimal): -10477283 or 1909088. OLE color: 1909088.

HSL color Cylindrical-coordinate representation of color #60211D: hue angle of 3.58º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60211D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB963329-
CMYK00.660.700.62
HSL3.58º53.6%24.51%-
HSV(B)3.58º69.79%37.65%-
XYZ5.593.661.57-
YUV51.38115.37159.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=60.76%
G=20.89%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96332900.660.700.623.5853.624.51
Hex60211D042463E43619
Octal140413501021067646631
Binary11000001000011110101000010100011011111010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60211D; }

 p { color: rgb(96,33,29); }

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

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

 a { background-color: rgb(96,33,29); }

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

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

 span { border-color: rgb(96,33,29); }

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