#611805

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

Shades of Red Oxide #611805

Tints of Red Oxide #611805

Color information

#611805 (or 0x611805) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 05. RGB value is (97,24,5). Sum of RGB (Red+Green+Blue) = 97+24+5=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611805 is #9EE7FA. Grayscale: #2B2B2B. Windows color (decimal): -10414075 or 333921. OLE color: 333921.

HSL color Cylindrical-coordinate representation of color #611805: hue angle of 12.39º 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 #611805 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97245-
CMYK00.750.950.62
HSL12.39º90.2%20%-
HSV(B)12.39º94.85%38.04%-
XYZ5.283.210.48-
YUV43.66106.18166.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=76.98%
G=19.05%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9724500.750.950.6212.3990.220
Hex6118504B5F3Ec5a14
Octal1413050113137761413224
Binary1100001110001010100101110111111111101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611805; }

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

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

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

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

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

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

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

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