#61180C

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

Shades of Red Oxide #61180C

Tints of Red Oxide #61180C

Color information

#61180C (or 0x61180C) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 0C. RGB value is (97,24,12). Sum of RGB (Red+Green+Blue) = 97+24+12=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #61180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61180C is #9EE7F3. Grayscale: #2C2C2C. Windows color (decimal): -10414068 or 792673. OLE color: 792673.

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

Color convert

RGB972412-
CMYK00.750.880.62
HSL8.47º77.98%21.37%-
HSV(B)8.47º87.63%38.04%-
XYZ5.323.220.69-
YUV44.46109.68165.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=72.93%
G=18.05%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97241200.750.880.628.4777.9821.37
Hex6118C04B583E84e15
Octal14130140113130761011625
Binary11000011100011000100101110110001111101000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61180C; }

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

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

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

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

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

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

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

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