#601407

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

Shades of Red Oxide #601407

Tints of Red Oxide #601407

Color information

#601407 (or 0x601407) is unknown color: approx Red Oxide. HEX triplet: 60, 14 and 07. RGB value is (96,20,7). Sum of RGB (Red+Green+Blue) = 96+20+7=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601407 is #9FEBF8. Grayscale: #292929. Windows color (decimal): -10480633 or 463968. OLE color: 463968.

HSL color Cylindrical-coordinate representation of color #601407: hue angle of 8.76º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #601407 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96207-
CMYK00.790.930.62
HSL8.76º86.41%20.2%-
HSV(B)8.76º92.71%37.65%-
XYZ5.1130.51-
YUV41.24108.68167.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.05%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=78.05%
G=16.26%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9620700.790.930.628.7686.4120.2
Hex6014704F5D3E95614
Octal1402470117135761112624
Binary1100000101001110100111110111011111101001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601407; }

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

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

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

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

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

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

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

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