#601F14

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

Shades of Red Oxide #601F14

Tints of Red Oxide #601F14

Color information

#601F14 (or 0x601F14) is unknown color: approx Red Oxide. HEX triplet: 60, 1F and 14. RGB value is (96,31,20). Sum of RGB (Red+Green+Blue) = 96+31+20=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F14 is #9FE0EB. Grayscale: #313131. Windows color (decimal): -10477804 or 1318752. OLE color: 1318752.

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

Color convert

RGB963120-
CMYK00.680.790.62
HSL8.68º65.52%22.75%-
HSV(B)8.68º79.17%37.65%-
XYZ5.443.521.05-
YUV49.18111.53161.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=65.31%
G=21.09%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96312000.680.790.628.6865.5222.75
Hex601F140444F3E94217
Octal14037240104117761110227
Binary110000011111101000100010010011111111101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,20); }

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

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

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

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

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

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

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