#61190C

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

Shades of Red Oxide #61190C

Tints of Red Oxide #61190C

Color information

#61190C (or 0x61190C) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 0C. RGB value is (97,25,12). Sum of RGB (Red+Green+Blue) = 97+25+12=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61190C is #9EE6F3. Grayscale: #2D2D2D. Windows color (decimal): -10413812 or 792929. OLE color: 792929.

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

Color convert

RGB972512-
CMYK00.740.880.62
HSL9.18º77.98%21.37%-
HSV(B)9.18º87.63%38.04%-
XYZ5.343.260.7-
YUV45.05109.35165.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=72.39%
G=18.66%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97251200.740.880.629.1877.9821.37
Hex6119C04A583E94e15
Octal14131140112130761111625
Binary11000011100111000100101010110001111101001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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