#611912

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

Shades of Red Oxide #611912

Tints of Red Oxide #611912

Color information

#611912 (or 0x611912) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 12. RGB value is (97,25,18). Sum of RGB (Red+Green+Blue) = 97+25+18=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611912 is #9EE6ED. Grayscale: #2D2D2D. Windows color (decimal): -10413806 or 1186145. OLE color: 1186145.

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

Color convert

RGB972518-
CMYK00.740.810.62
HSL5.32º68.7%22.55%-
HSV(B)5.32º81.44%38.04%-
XYZ5.393.280.92-
YUV45.73112.35164.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=69.29%
G=17.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97251800.740.810.625.3268.722.55
Hex61191204A513E54517
Octal1413122011212176510527
Binary11000011100110010010010101010001111110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611912; }

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

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

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

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

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

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

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

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