#611513

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

Shades of Red Oxide #611513

Tints of Red Oxide #611513

Color information

#611513 (or 0x611513) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 13. RGB value is (97,21,19). Sum of RGB (Red+Green+Blue) = 97+21+19=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611513 is #9EEAEC. Grayscale: #2B2B2B. Windows color (decimal): -10414829 or 1250657. OLE color: 1250657.

HSL color Cylindrical-coordinate representation of color #611513: hue angle of 1.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611513 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB972119-
CMYK00.780.800.62
HSL1.54º67.24%22.75%-
HSV(B)1.54º80.41%38.04%-
XYZ5.323.120.94-
YUV43.5114.18166.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=70.80%
G=15.33%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97211900.780.800.621.5467.2422.75
Hex61151304E503E24317
Octal1412523011612076210327
Binary1100001101011001101001110101000011111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611513; }

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

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

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

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

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

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

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

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