#611205

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

Shades of Red Oxide #611205

Tints of Red Oxide #611205

Color information

#611205 (or 0x611205) is unknown color: approx Red Oxide. HEX triplet: 61, 12 and 05. RGB value is (97,18,5). Sum of RGB (Red+Green+Blue) = 97+18+5=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #611205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611205 is #9EEDFA. Grayscale: #282828. Windows color (decimal): -10415611 or 332385. OLE color: 332385.

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

Color convert

RGB97185-
CMYK00.810.950.62
HSL8.48º90.2%20%-
HSV(B)8.48º94.85%38.04%-
XYZ5.172.980.45-
YUV40.14108.17168.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=80.83%
G=15%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718500.810.950.628.4890.220
Hex611250515F3E85a14
Octal1412250121137761013224
Binary1100001100101010101000110111111111101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611205; }

 p { color: rgb(97,18,5); }

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

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

 a { background-color: rgb(97,18,5); }

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

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

 span { border-color: rgb(97,18,5); }

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