#601E1B

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

Shades of Red Oxide #601E1B

Tints of Red Oxide #601E1B

Color information

#601E1B (or 0x601E1B) is unknown color: approx Red Oxide. HEX triplet: 60, 1E and 1B. RGB value is (96,30,27). Sum of RGB (Red+Green+Blue) = 96+30+27=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E1B is #9FE1E4. Grayscale: #313131. Windows color (decimal): -10478053 or 1777248. OLE color: 1777248.

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

Color convert

RGB963027-
CMYK00.690.720.62
HSL2.61º56.1%24.12%-
HSV(B)2.61º71.88%37.65%-
XYZ5.493.491.42-
YUV49.39115.37161.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=62.75%
G=19.61%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96302700.690.720.622.6156.124.12
Hex601E1B045483E33818
Octal140363301051107637030
Binary110000011110110110100010110010001111101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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