#601309

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

Shades of Red Oxide #601309

Tints of Red Oxide #601309

Color information

#601309 (or 0x601309) is unknown color: approx Red Oxide. HEX triplet: 60, 13 and 09. RGB value is (96,19,9). Sum of RGB (Red+Green+Blue) = 96+19+9=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #601309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601309 is #9FECF6. Grayscale: #292929. Windows color (decimal): -10480887 or 594784. OLE color: 594784.

HSL color Cylindrical-coordinate representation of color #601309: hue angle of 6.9º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #601309 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB96199-
CMYK00.800.910.62
HSL6.9º82.86%20.59%-
HSV(B)6.9º90.62%37.65%-
XYZ5.112.970.56-
YUV40.88110.01167.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 77.42%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=77.42%
G=15.32%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9619900.800.910.626.982.8620.59
Hex601390505B3E75315
Octal1402311012013376712325
Binary1100000100111001010100001011011111110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601309; }

 p { color: rgb(96,19,9); }

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

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

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

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

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

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

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