#611F1B

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

Shades of Red Oxide #611F1B

Tints of Red Oxide #611F1B

Color information

#611F1B (or 0x611F1B) is unknown color: approx Red Oxide. HEX triplet: 61, 1F and 1B. RGB value is (97,31,27). Sum of RGB (Red+Green+Blue) = 97+31+27=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F1B is #9EE0E4. Grayscale: #323232. Windows color (decimal): -10412261 or 1777505. OLE color: 1777505.

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

Color convert

RGB973127-
CMYK00.680.720.62
HSL3.43º56.45%24.31%-
HSV(B)3.43º72.16%38.04%-
XYZ5.623.61.44-
YUV50.28114.87161.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=62.58%
G=20%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97312700.680.720.623.4356.4524.31
Hex611F1B044483E33818
Octal141373301041107637030
Binary110000111111110110100010010010001111101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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