#601E1D

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

Shades of Red Oxide #601E1D

Tints of Red Oxide #601E1D

Color information

#601E1D (or 0x601E1D) is unknown color: approx Red Oxide. HEX triplet: 60, 1E and 1D. RGB value is (96,30,29). Sum of RGB (Red+Green+Blue) = 96+30+29=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E1D is #9FE1E2. Grayscale: #313131. Windows color (decimal): -10478051 or 1908320. OLE color: 1908320.

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

Color convert

RGB963029-
CMYK00.690.700.62
HSL0.9º53.6%24.51%-
HSV(B)0.9º69.79%37.65%-
XYZ5.513.51.55-
YUV49.62116.37161.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=61.94%
G=19.35%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96302900.690.700.620.953.624.51
Hex601E1D045463E13619
Octal140363501051067616631
Binary11000001111011101010001011000110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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