#611D0F

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

Shades of Red Oxide #611D0F

Tints of Red Oxide #611D0F

Color information

#611D0F (or 0x611D0F) is unknown color: approx Red Oxide. HEX triplet: 61, 1D and 0F. RGB value is (97,29,15). Sum of RGB (Red+Green+Blue) = 97+29+15=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #611D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D0F is #9EE2F0. Grayscale: #2F2F2F. Windows color (decimal): -10412785 or 990561. OLE color: 990561.

HSL color Cylindrical-coordinate representation of color #611D0F: hue angle of 10.24º 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 #611D0F is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB972915-
CMYK00.700.850.62
HSL10.24º73.21%21.96%-
HSV(B)10.24º84.54%38.04%-
XYZ5.463.450.83-
YUV47.74109.53163.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=68.79%
G=20.57%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97291500.700.850.6210.2473.2121.96
Hex611DF046553Ea4916
Octal14135170106125761211126
Binary11000011110111110100011010101011111101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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