#601D15

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

Shades of Red Oxide #601D15

Tints of Red Oxide #601D15

Color information

#601D15 (or 0x601D15) is unknown color: approx Red Oxide. HEX triplet: 60, 1D and 15. RGB value is (96,29,21). Sum of RGB (Red+Green+Blue) = 96+29+21=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #601D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D15 is #9FE2EA. Grayscale: #303030. Windows color (decimal): -10478315 or 1383776. OLE color: 1383776.

HSL color Cylindrical-coordinate representation of color #601D15: hue angle of 6.4º 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 #601D15 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB962921-
CMYK00.700.780.62
HSL6.4º64.1%22.94%-
HSV(B)6.4º78.12%37.65%-
XYZ5.43.421.08-
YUV48.12112.7162.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=65.75%
G=19.86%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96292100.700.780.626.464.122.94
Hex601D150464E3E64017
Octal1403525010611676610027
Binary11000001110110101010001101001110111110110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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