#611A09

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

Shades of Red Oxide #611A09

Tints of Red Oxide #611A09

Color information

#611A09 (or 0x611A09) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 09. RGB value is (97,26,9). Sum of RGB (Red+Green+Blue) = 97+26+9=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #611A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A09 is #9EE5F6. Grayscale: #2D2D2D. Windows color (decimal): -10413559 or 596577. OLE color: 596577.

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

Color convert

RGB97269-
CMYK00.730.910.62
HSL11.59º83.02%20.78%-
HSV(B)11.59º90.72%38.04%-
XYZ5.353.30.61-
YUV45.29107.52164.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=73.48%
G=19.70%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9726900.730.910.6211.5983.0220.78
Hex611A90495B3Ec5315
Octal14132110111133761412325
Binary11000011101010010100100110110111111101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A09; }

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

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

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

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

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

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

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

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