#6D1F15

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

Shades of Red Oxide #6D1F15

Tints of Red Oxide #6D1F15

Color information

#6D1F15 (or 0x6D1F15) is unknown color: approx Red Oxide. HEX triplet: 6D, 1F and 15. RGB value is (109,31,21). Sum of RGB (Red+Green+Blue) = 109+31+21=161 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.70% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F15 is #92E0EA. Grayscale: #353535. Windows color (decimal): -9625835 or 1384301. OLE color: 1384301.

HSL color Cylindrical-coordinate representation of color #6D1F15: hue angle of 6.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1F15 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB1093121-
CMYK00.720.810.57
HSL6.82º67.69%25.49%-
HSV(B)6.82º80.73%42.75%-
XYZ6.934.291.17-
YUV53.18109.84167.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.70%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=67.70%
G=19.25%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109312100.720.810.576.8267.6925.49
Hex6D1F15048513974419
Octal1553725011012171710431
Binary11011011111110101010010001010001111001111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D1F15; }

 p { color: rgb(109,31,21); }

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

<style>
 a { background-color: #6D1F15; }

 a { background-color: rgb(109,31,21); }

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

<style>
 span { border-color: #6D1F15; }

 span { border-color: rgb(109,31,21); }

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