#61140F

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

Shades of Red Oxide #61140F

Tints of Red Oxide #61140F

Color information

#61140F (or 0x61140F) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 0F. RGB value is (97,20,15). Sum of RGB (Red+Green+Blue) = 97+20+15=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #61140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61140F is #9EEBF0. Grayscale: #2A2A2A. Windows color (decimal): -10415089 or 988257. OLE color: 988257.

HSL color Cylindrical-coordinate representation of color #61140F: hue angle of 3.66º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61140F is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB972015-
CMYK00.790.850.62
HSL3.66º73.21%21.96%-
HSV(B)3.66º84.54%38.04%-
XYZ5.273.080.77-
YUV42.45112.51166.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=73.48%
G=15.15%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97201500.790.850.623.6673.2121.96
Hex6114F04F553E44916
Octal1412417011712576411126
Binary1100001101001111010011111010101111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61140F; }

 p { color: rgb(97,20,15); }

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

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

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

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

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

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

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