#61201B

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

Shades of Red Oxide #61201B

Tints of Red Oxide #61201B

Color information

#61201B (or 0x61201B) is unknown color: approx Red Oxide. HEX triplet: 61, 20 and 1B. RGB value is (97,32,27). Sum of RGB (Red+Green+Blue) = 97+32+27=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #61201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61201B is #9EDFE4. Grayscale: #323232. Windows color (decimal): -10412005 or 1777761. OLE color: 1777761.

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

Color convert

RGB973227-
CMYK00.670.720.62
HSL4.29º56.45%24.31%-
HSV(B)4.29º72.16%38.04%-
XYZ5.643.651.44-
YUV50.86114.53160.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=62.18%
G=20.51%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97322700.670.720.624.2956.4524.31
Hex61201B043483E43818
Octal141403301031107647030
Binary11000011000001101101000011100100011111010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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