#611815

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

Shades of Red Oxide #611815

Tints of Red Oxide #611815

Color information

#611815 (or 0x611815) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 15. RGB value is (97,24,21). Sum of RGB (Red+Green+Blue) = 97+24+21=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611815 is #9EE7EA. Grayscale: #2D2D2D. Windows color (decimal): -10414059 or 1382497. OLE color: 1382497.

HSL color Cylindrical-coordinate representation of color #611815: hue angle of 2.37º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611815 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB972421-
CMYK00.750.780.62
HSL2.37º64.41%23.14%-
HSV(B)2.37º78.35%38.04%-
XYZ5.393.251.05-
YUV45.48114.18164.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=68.31%
G=16.90%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97242100.750.780.622.3764.4123.14
Hex61181504B4E3E24017
Octal1413025011311676210027
Binary1100001110001010101001011100111011111010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611815; }

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

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

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

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

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

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

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

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