#61201E

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

Shades of Red Oxide #61201E

Tints of Red Oxide #61201E

Color information

#61201E (or 0x61201E) is unknown color: approx Red Oxide. HEX triplet: 61, 20 and 1E. RGB value is (97,32,30). Sum of RGB (Red+Green+Blue) = 97+32+30=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61201E is #9EDFE1. Grayscale: #333333. Windows color (decimal): -10412002 or 1974369. OLE color: 1974369.

HSL color Cylindrical-coordinate representation of color #61201E: hue angle of 1.79º 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 #61201E is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB973230-
CMYK00.670.690.62
HSL1.79º52.76%24.9%-
HSV(B)1.79º69.07%38.04%-
XYZ5.683.671.64-
YUV51.21116.03160.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=61.01%
G=20.13%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97323000.670.690.621.7952.7624.9
Hex61201E043453E23519
Octal141403601031057626531
Binary1100001100000111100100001110001011111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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