#611311

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

Shades of Red Oxide #611311

Tints of Red Oxide #611311

Color information

#611311 (or 0x611311) is unknown color: approx Red Oxide. HEX triplet: 61, 13 and 11. RGB value is (97,19,17). Sum of RGB (Red+Green+Blue) = 97+19+17=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611311 is #9EECEE. Grayscale: #2A2A2A. Windows color (decimal): -10415343 or 1119073. OLE color: 1119073.

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

Color convert

RGB971917-
CMYK00.800.820.62
HSL1.5º70.18%22.35%-
HSV(B)1.5º82.47%38.04%-
XYZ5.263.050.84-
YUV42.09113.84167.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=72.93%
G=14.29%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97191700.800.820.621.570.1822.35
Hex611311050523E24616
Octal1412321012012276210626
Binary1100001100111000101010000101001011111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611311; }

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

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

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

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

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

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

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

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