#601E15

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

Shades of Red Oxide #601E15

Tints of Red Oxide #601E15

Color information

#601E15 (or 0x601E15) is unknown color: approx Red Oxide. HEX triplet: 60, 1E and 15. RGB value is (96,30,21). Sum of RGB (Red+Green+Blue) = 96+30+21=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E15 is #9FE1EA. Grayscale: #303030. Windows color (decimal): -10478059 or 1384032. OLE color: 1384032.

HSL color Cylindrical-coordinate representation of color #601E15: hue angle of 7.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601E15 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB963021-
CMYK00.690.780.62
HSL7.2º64.1%22.94%-
HSV(B)7.2º78.12%37.65%-
XYZ5.423.471.09-
YUV48.71112.37161.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=65.31%
G=20.41%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96302100.690.780.627.264.122.94
Hex601E150454E3E74017
Octal1403625010511676710027
Binary11000001111010101010001011001110111110111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E15; }

 p { color: rgb(96,30,21); }

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

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

 a { background-color: rgb(96,30,21); }

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

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

 span { border-color: rgb(96,30,21); }

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