#611902

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

Shades of Red Oxide #611902

Tints of Red Oxide #611902

Color information

#611902 (or 0x611902) is unknown color: approx Red Oxide. HEX triplet: 61, 19 and 02. RGB value is (97,25,2). Sum of RGB (Red+Green+Blue) = 97+25+2=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611902 is #9EE6FD. Grayscale: #2C2C2C. Windows color (decimal): -10413822 or 137569. OLE color: 137569.

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

Color convert

RGB97252-
CMYK00.740.980.62
HSL14.53º95.96%19.41%-
HSV(B)14.53º97.94%38.04%-
XYZ5.293.240.4-
YUV43.91104.35165.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=78.23%
G=20.16%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9725200.740.980.6214.5395.9619.41
Hex6119204A623Ef6013
Octal1413120112142761714023
Binary110000111001100100101011000101111101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611902; }

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

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

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

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

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

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

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

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