#611510

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

Shades of Red Oxide #611510

Tints of Red Oxide #611510

Color information

#611510 (or 0x611510) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 10. RGB value is (97,21,16). Sum of RGB (Red+Green+Blue) = 97+21+16=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611510 is #9EEAEF. Grayscale: #2B2B2B. Windows color (decimal): -10414832 or 1054049. OLE color: 1054049.

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

Color convert

RGB972116-
CMYK00.780.840.62
HSL3.7º71.68%22.16%-
HSV(B)3.7º83.51%38.04%-
XYZ5.293.120.81-
YUV43.15112.68166.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=72.39%
G=15.67%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97211600.780.840.623.771.6822.16
Hex61151004E543E44816
Octal1412520011612476411026
Binary11000011010110000010011101010100111110100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611510; }

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

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

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

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

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

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

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

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