#611210

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

Shades of Red Oxide #611210

Tints of Red Oxide #611210

Color information

#611210 (or 0x611210) is unknown color: approx Red Oxide. HEX triplet: 61, 12 and 10. RGB value is (97,18,16). Sum of RGB (Red+Green+Blue) = 97+18+16=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611210 is #9EEDEF. Grayscale: #292929. Windows color (decimal): -10415600 or 1053281. OLE color: 1053281.

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

Color convert

RGB971816-
CMYK00.810.840.62
HSL1.48º71.68%22.16%-
HSV(B)1.48º83.51%38.04%-
XYZ5.243.010.8-
YUV41.39113.67167.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=74.05%
G=13.74%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97181600.810.840.621.4871.6822.16
Hex611210051543E14816
Octal1412220012112476111026
Binary110000110010100000101000110101001111101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611210; }

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

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

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

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

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

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

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

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