#61211B

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

Shades of Red Oxide #61211B

Tints of Red Oxide #61211B

Color information

#61211B (or 0x61211B) is unknown color: approx Red Oxide. HEX triplet: 61, 21 and 1B. RGB value is (97,33,27). Sum of RGB (Red+Green+Blue) = 97+33+27=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61211B is #9EDEE4. Grayscale: #333333. Windows color (decimal): -10411749 or 1778017. OLE color: 1778017.

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

Color convert

RGB973327-
CMYK00.660.720.62
HSL5.14º56.45%24.31%-
HSV(B)5.14º72.16%38.04%-
XYZ5.673.711.45-
YUV51.45114.2160.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=61.78%
G=21.02%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97332700.660.720.625.1456.4524.31
Hex61211B042483E53818
Octal141413301021107657030
Binary11000011000011101101000010100100011111010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61211B; }

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

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

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

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

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

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

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

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