#611812

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

Shades of Red Oxide #611812

Tints of Red Oxide #611812

Color information

#611812 (or 0x611812) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 12. RGB value is (97,24,18). Sum of RGB (Red+Green+Blue) = 97+24+18=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #611812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611812 is #9EE7ED. Grayscale: #2D2D2D. Windows color (decimal): -10414062 or 1185889. OLE color: 1185889.

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

Color convert

RGB972418-
CMYK00.750.810.62
HSL4.56º68.7%22.55%-
HSV(B)4.56º81.44%38.04%-
XYZ5.373.240.91-
YUV45.14112.68164.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=69.78%
G=17.27%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97241800.750.810.624.5668.722.55
Hex61181204B513E54517
Octal1413022011312176510527
Binary11000011100010010010010111010001111110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611812; }

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

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

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

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

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

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

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

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