#611818

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

Shades of Red Oxide #611818

Tints of Red Oxide #611818

Color information

#611818 (or 0x611818) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 18. RGB value is (97,24,24). Sum of RGB (Red+Green+Blue) = 97+24+24=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611818 is #9EE7E7. Grayscale: #2D2D2D. Windows color (decimal): -10414056 or 1579105. OLE color: 1579105.

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

Color convert

RGB972424-
CMYK00.750.750.62
HSL60.33%23.73%-
HSV(B)75.26%38.04%-
XYZ5.423.261.21-
YUV45.83115.68164.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=66.90%
G=16.55%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97242400.750.750.62060.3323.73
Hex61181804B4B3E03c18
Octal141303001131137607430
Binary11000011100011000010010111001011111110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611818; }

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

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

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

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

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

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

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

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