#611310

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

Shades of Red Oxide #611310

Tints of Red Oxide #611310

Color information

#611310 (or 0x611310) is unknown color: approx Red Oxide. HEX triplet: 61, 13 and 10. RGB value is (97,19,16). Sum of RGB (Red+Green+Blue) = 97+19+16=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #611310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611310 is #9EECEF. Grayscale: #2A2A2A. Windows color (decimal): -10415344 or 1053537. OLE color: 1053537.

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

Color convert

RGB971916-
CMYK00.800.840.62
HSL2.22º71.68%22.16%-
HSV(B)2.22º83.51%38.04%-
XYZ5.263.040.8-
YUV41.98113.34167.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 73.48%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=73.48%
G=14.39%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97191600.800.840.622.2271.6822.16
Hex611310050543E24816
Octal1412320012012476211026
Binary1100001100111000001010000101010011111010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611310; }

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

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

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

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

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

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

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

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