#611200

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

Shades of Red Oxide #611200

Tints of Red Oxide #611200

Color information

#611200 (or 0x611200) is unknown color: approx Red Oxide. HEX triplet: 61, 12 and 00. RGB value is (97,18,0). Sum of RGB (Red+Green+Blue) = 97+18+0=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #611200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611200 is #9EEDFF. Grayscale: #272727. Windows color (decimal): -10415616 or 4705. OLE color: 4705.

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

Color convert

RGB97180-
CMYK00.8110.62
HSL11.13º100%19.02%-
HSV(B)11.13º100%38.04%-
XYZ5.152.970.3-
YUV39.57105.67168.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 84.35%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.35%
G=15.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9718000.8110.6211.1310019.02
Hex61120051643Eb6413
Octal1412200121144761314423
Binary11000011001000101000111001001111101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611200; }

 p { color: rgb(97,18,0); }

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

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

 a { background-color: rgb(97,18,0); }

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

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

 span { border-color: rgb(97,18,0); }

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