#611905

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

Shades of Red Oxide #611905

Tints of Red Oxide #611905

Color information

#611905 (or 0x611905) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 05. RGB value is (97,25,5). Sum of RGB (Red+Green+Blue) = 97+25+5=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611905 is #9EE6FA. Grayscale: #2C2C2C. Windows color (decimal): -10413819 or 334177. OLE color: 334177.

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

Color convert

RGB97255-
CMYK00.740.950.62
HSL13.04º90.2%20%-
HSV(B)13.04º94.85%38.04%-
XYZ5.33.250.49-
YUV44.25105.85165.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=76.38%
G=19.69%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725500.740.950.6213.0490.220
Hex6119504A5F3Ed5a14
Octal1413150112137761513224
Binary1100001110011010100101010111111111101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611905; }

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

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

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

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

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

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

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

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