#61211E

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

Shades of Red Oxide #61211E

Tints of Red Oxide #61211E

Color information

#61211E (or 0x61211E) is unknown color: approx Red Oxide. HEX triplet: 61, 21 and 1E. RGB value is (97,33,30). Sum of RGB (Red+Green+Blue) = 97+33+30=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61211E is #9EDEE1. Grayscale: #333333. Windows color (decimal): -10411746 or 1974625. OLE color: 1974625.

HSL color Cylindrical-coordinate representation of color #61211E: hue angle of 2.69º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61211E is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB973330-
CMYK00.660.690.62
HSL2.69º52.76%24.9%-
HSV(B)2.69º69.07%38.04%-
XYZ5.713.721.65-
YUV51.79115.7160.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=60.62%
G=20.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97333000.660.690.622.6952.7624.9
Hex61211E042453E33519
Octal141413601021057636531
Binary1100001100001111100100001010001011111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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