#611411

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

Shades of Red Oxide #611411

Tints of Red Oxide #611411

Color information

#611411 (or 0x611411) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 11. RGB value is (97,20,17). Sum of RGB (Red+Green+Blue) = 97+20+17=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611411 is #9EEBEE. Grayscale: #2A2A2A. Windows color (decimal): -10415087 or 1119329. OLE color: 1119329.

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

Color convert

RGB972017-
CMYK00.790.820.62
HSL2.25º70.18%22.35%-
HSV(B)2.25º82.47%38.04%-
XYZ5.283.080.85-
YUV42.68113.51166.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=72.39%
G=14.93%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97201700.790.820.622.2570.1822.35
Hex61141104F523E24616
Octal1412421011712276210626
Binary1100001101001000101001111101001011111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611411; }

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

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

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

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

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

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

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

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