#611512

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

Shades of Red Oxide #611512

Tints of Red Oxide #611512

Color information

#611512 (or 0x611512) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 12. RGB value is (97,21,18). Sum of RGB (Red+Green+Blue) = 97+21+18=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611512 is #9EEAED. Grayscale: #2B2B2B. Windows color (decimal): -10414830 or 1185121. OLE color: 1185121.

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

Color convert

RGB972118-
CMYK00.780.810.62
HSL2.28º68.7%22.55%-
HSV(B)2.28º81.44%38.04%-
XYZ5.313.120.9-
YUV43.38113.68166.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=71.32%
G=15.44%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97211800.780.810.622.2868.722.55
Hex61151204E513E24517
Octal1412522011612176210527
Binary1100001101011001001001110101000111111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611512; }

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

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

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

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

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

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

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

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