#61150D

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

Shades of Red Oxide #61150D

Tints of Red Oxide #61150D

Color information

#61150D (or 0x61150D) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 0D. RGB value is (97,21,13). Sum of RGB (Red+Green+Blue) = 97+21+13=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61150D is #9EEAF2. Grayscale: #2A2A2A. Windows color (decimal): -10414835 or 857441. OLE color: 857441.

HSL color Cylindrical-coordinate representation of color #61150D: hue angle of 5.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61150D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB972113-
CMYK00.780.870.62
HSL5.71º76.36%21.57%-
HSV(B)5.71º86.6%38.04%-
XYZ5.273.110.7-
YUV42.81111.18166.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=74.05%
G=16.03%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97211300.780.870.625.7176.3621.57
Hex6115D04E573E64c16
Octal1412515011612776611426
Binary1100001101011101010011101010111111110110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61150D; }

 p { color: rgb(97,21,13); }

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

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

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

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

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

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

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