#611615

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

Shades of Red Oxide #611615

Tints of Red Oxide #611615

Color information

#611615 (or 0x611615) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 15. RGB value is (97,22,21). Sum of RGB (Red+Green+Blue) = 97+22+21=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #611615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611615 is #9EE9EA. Grayscale: #2C2C2C. Windows color (decimal): -10414571 or 1381985. OLE color: 1381985.

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

Color convert

RGB972221-
CMYK00.770.780.62
HSL0.79º64.41%23.14%-
HSV(B)0.79º78.35%38.04%-
XYZ5.353.171.04-
YUV44.31114.85165.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 21 (8.59% from 255) = 15%
R=69.29%
G=15.71%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97222100.770.780.620.7964.4123.14
Hex61161504D4E3E14017
Octal1412625011511676110027
Binary110000110110101010100110110011101111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611615; }

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

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

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

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

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

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

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

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