#611102

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

Shades of Red Oxide #611102

Tints of Red Oxide #611102

Color information

#611102 (or 0x611102) is unknown color: approx Red Oxide. HEX triplet: 61, 11 and 02. RGB value is (97,17,2). Sum of RGB (Red+Green+Blue) = 97+17+2=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #611102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611102 is #9EEEFD. Grayscale: #272727. Windows color (decimal): -10415870 or 135521. OLE color: 135521.

HSL color Cylindrical-coordinate representation of color #611102: hue angle of 9.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #611102 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97172-
CMYK00.820.980.62
HSL9.47º95.96%19.41%-
HSV(B)9.47º97.94%38.04%-
XYZ5.142.950.36-
YUV39.21107169.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=83.62%
G=14.66%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9717200.820.980.629.4795.9619.41
Hex61112052623E96013
Octal1412120122142761114023
Binary110000110001100101001011000101111101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611102; }

 p { color: rgb(97,17,2); }

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

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

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

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

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

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

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