#611410

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

Shades of Red Oxide #611410

Tints of Red Oxide #611410

Color information

#611410 (or 0x611410) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 10. RGB value is (97,20,16). Sum of RGB (Red+Green+Blue) = 97+20+16=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611410 is #9EEBEF. Grayscale: #2A2A2A. Windows color (decimal): -10415088 or 1053793. OLE color: 1053793.

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

Color convert

RGB972016-
CMYK00.790.840.62
HSL2.96º71.68%22.16%-
HSV(B)2.96º83.51%38.04%-
XYZ5.273.080.81-
YUV42.57113.01166.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=72.93%
G=15.04%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97201600.790.840.622.9671.6822.16
Hex61141004F543E34816
Octal1412420011712476311026
Binary1100001101001000001001111101010011111011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611410; }

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

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

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

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

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

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

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

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