#611E0F

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

Shades of Red Oxide #611E0F

Tints of Red Oxide #611E0F

Color information

#611E0F (or 0x611E0F) is unknown color: approx Red Oxide. HEX triplet: 61, 1E and 0F. RGB value is (97,30,15). Sum of RGB (Red+Green+Blue) = 97+30+15=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E0F is #9EE1F0. Grayscale: #303030. Windows color (decimal): -10412529 or 990817. OLE color: 990817.

HSL color Cylindrical-coordinate representation of color #611E0F: hue angle of 10.98º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611E0F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB973015-
CMYK00.690.850.62
HSL10.98º73.21%21.96%-
HSV(B)10.98º84.54%38.04%-
XYZ5.483.50.84-
YUV48.32109.2162.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=68.31%
G=21.13%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97301500.690.850.6210.9873.2121.96
Hex611EF045553Eb4916
Octal14136170105125761311126
Binary11000011111011110100010110101011111101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611E0F; }

 p { color: rgb(97,30,15); }

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

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

 a { background-color: rgb(97,30,15); }

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

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

 span { border-color: rgb(97,30,15); }

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