#61150F

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

Shades of Red Oxide #61150F

Tints of Red Oxide #61150F

Color information

#61150F (or 0x61150F) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 0F. RGB value is (97,21,15). Sum of RGB (Red+Green+Blue) = 97+21+15=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #61150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61150F is #9EEAF0. Grayscale: #2B2B2B. Windows color (decimal): -10414833 or 988513. OLE color: 988513.

HSL color Cylindrical-coordinate representation of color #61150F: hue angle of 4.39º 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 #61150F is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB972115-
CMYK00.780.850.62
HSL4.39º73.21%21.96%-
HSV(B)4.39º84.54%38.04%-
XYZ5.283.110.77-
YUV43.04112.18166.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=72.93%
G=15.79%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97211500.780.850.624.3973.2121.96
Hex6115F04E553E44916
Octal1412517011612576411126
Binary1100001101011111010011101010101111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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