#611010

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

Shades of Red Oxide #611010

Tints of Red Oxide #611010

Color information

#611010 (or 0x611010) is unknown color: approx Red Oxide. HEX triplet: 61, 10 and 10. RGB value is (97,16,16). Sum of RGB (Red+Green+Blue) = 97+16+16=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #611010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611010 is #9EEFEF. Grayscale: #282828. Windows color (decimal): -10416112 or 1052769. OLE color: 1052769.

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

Color convert

RGB971616-
CMYK00.840.840.62
HSL71.68%22.16%-
HSV(B)83.51%38.04%-
XYZ5.212.950.78-
YUV40.22114.34168.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=75.19%
G=12.40%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97161600.840.840.62071.6822.16
Hex611010054543E04816
Octal1412020012412476011026
Binary110000110000100000101010010101001111100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611010; }

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

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

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

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

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

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

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

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