#60201F

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

Shades of Red Oxide #60201F

Tints of Red Oxide #60201F

Color information

#60201F (or 0x60201F) is unknown color: approx Red Oxide. HEX triplet: 60, 20 and 1F. RGB value is (96,32,31). Sum of RGB (Red+Green+Blue) = 96+32+31=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60201F is #9FDFE0. Grayscale: #333333. Windows color (decimal): -10477537 or 2039904. OLE color: 2039904.

HSL color Cylindrical-coordinate representation of color #60201F: hue angle of 0.92º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60201F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB963231-
CMYK00.670.680.62
HSL0.92º51.18%24.9%-
HSV(B)0.92º67.71%37.65%-
XYZ5.593.621.7-
YUV51.02116.7160.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=60.38%
G=20.13%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96323100.670.680.620.9251.1824.9
Hex60201F043443E13319
Octal140403701031047616331
Binary110000010000011111010000111000100111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60201F; }

 p { color: rgb(96,32,31); }

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

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

 a { background-color: rgb(96,32,31); }

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

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

 span { border-color: rgb(96,32,31); }

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