#611105

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

Shades of Red Oxide #611105

Tints of Red Oxide #611105

Color information

#611105 (or 0x611105) is unknown color: approx Red Oxide. HEX triplet: 61, 11 and 05. RGB value is (97,17,5). Sum of RGB (Red+Green+Blue) = 97+17+5=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #611105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611105 is #9EEEFA. Grayscale: #272727. Windows color (decimal): -10415867 or 332129. OLE color: 332129.

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

Color convert

RGB97175-
CMYK00.820.950.62
HSL7.83º90.2%20%-
HSV(B)7.83º94.85%38.04%-
XYZ5.162.950.44-
YUV39.55108.5168.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=81.51%
G=14.29%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9717500.820.950.627.8390.220
Hex611150525F3E85a14
Octal1412150122137761013224
Binary1100001100011010101001010111111111101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611105; }

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

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

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

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

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

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

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

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