#611809

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

Shades of Red Oxide #611809

Tints of Red Oxide #611809

Color information

#611809 (or 0x611809) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 09. RGB value is (97,24,9). Sum of RGB (Red+Green+Blue) = 97+24+9=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611809 is #9EE7F6. Grayscale: #2C2C2C. Windows color (decimal): -10414071 or 596065. OLE color: 596065.

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

Color convert

RGB97249-
CMYK00.750.910.62
HSL10.23º83.02%20.78%-
HSV(B)10.23º90.72%38.04%-
XYZ5.313.210.6-
YUV44.12108.18165.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=74.62%
G=18.46%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9724900.750.910.6210.2383.0220.78
Hex6118904B5B3Ea5315
Octal14130110113133761212325
Binary11000011100010010100101110110111111101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611809; }

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

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

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

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

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

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

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

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