#611111

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

Shades of Red Oxide #611111

Tints of Red Oxide #611111

Color information

#611111 (or 0x611111) is unknown color: approx Red Oxide. HEX triplet: 61, 11 and 11. RGB value is (97,17,17). Sum of RGB (Red+Green+Blue) = 97+17+17=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611111 is #9EEEEE. Grayscale: #282828. Windows color (decimal): -10415855 or 1118561. OLE color: 1118561.

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

Color convert

RGB971717-
CMYK00.820.820.62
HSL70.18%22.35%-
HSV(B)82.47%38.04%-
XYZ5.232.980.83-
YUV40.92114.5168-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=74.05%
G=12.98%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97171700.820.820.62070.1822.35
Hex611111052523E04616
Octal1412121012212276010626
Binary110000110001100010101001010100101111100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611111; }

 p { color: rgb(97,17,17); }

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

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

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

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

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

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

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