#61190E

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

Shades of Red Oxide #61190E

Tints of Red Oxide #61190E

Color information

#61190E (or 0x61190E) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 0E. RGB value is (97,25,14). Sum of RGB (Red+Green+Blue) = 97+25+14=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #61190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61190E is #9EE6F1. Grayscale: #2D2D2D. Windows color (decimal): -10413810 or 924001. OLE color: 924001.

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

Color convert

RGB972514-
CMYK00.740.860.62
HSL7.95º74.77%21.76%-
HSV(B)7.95º85.57%38.04%-
XYZ5.363.270.76-
YUV45.27110.35164.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=71.32%
G=18.38%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97251400.740.860.627.9574.7721.76
Hex6119E04A563E84b16
Octal14131160112126761011326
Binary11000011100111100100101010101101111101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61190E; }

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

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

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

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

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

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

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

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