#601D1D

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

Shades of Red Oxide #601D1D

Tints of Red Oxide #601D1D

Color information

#601D1D (or 0x601D1D) is unknown color: approx Red Oxide. HEX triplet: 60, 1D and 1D. RGB value is (96,29,29). Sum of RGB (Red+Green+Blue) = 96+29+29=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D1D is #9FE2E2. Grayscale: #313131. Windows color (decimal): -10478307 or 1908064. OLE color: 1908064.

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

Color convert

RGB962929-
CMYK00.700.700.62
HSL53.6%24.51%-
HSV(B)69.79%37.65%-
XYZ5.493.451.54-
YUV49.03116.7161.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=62.34%
G=18.83%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96292900.700.700.62053.624.51
Hex601D1D046463E03619
Octal140353501061067606631
Binary11000001110111101010001101000110111110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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