#611E1B

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

Shades of Red Oxide #611E1B

Tints of Red Oxide #611E1B

Color information

#611E1B (or 0x611E1B) is unknown color: approx Red Oxide. HEX triplet: 61, 1E and 1B. RGB value is (97,30,27). Sum of RGB (Red+Green+Blue) = 97+30+27=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E1B is #9EE1E4. Grayscale: #313131. Windows color (decimal): -10412517 or 1777249. OLE color: 1777249.

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

Color convert

RGB973027-
CMYK00.690.720.62
HSL2.57º56.45%24.31%-
HSV(B)2.57º72.16%38.04%-
XYZ5.593.551.43-
YUV49.69115.2161.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=62.99%
G=19.48%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97302700.690.720.622.5756.4524.31
Hex611E1B045483E33818
Octal141363301051107637030
Binary110000111110110110100010110010001111101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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