#461F3C

Color #461F3C Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #461F3C

Tints of Voodoo #461F3C

Color information

#461F3C (or 0x461F3C) is unknown color: approx Voodoo. HEX triplet: 46, 1F and 3C. RGB value is (70,31,60). Sum of RGB (Red+Green+Blue) = 70+31+60=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #461F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F3C is #B9E0C3. Grayscale: #2D2D2D. Windows color (decimal): -12181700 or 3940166. OLE color: 3940166.

HSL color Cylindrical-coordinate representation of color #461F3C: hue angle of 315.38º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F3C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB703160-
CMYK00.560.140.73
HSL315.38º38.61%19.8%-
HSV(B)315.38º55.71%27.45%-
XYZ3.832.614.58-
YUV45.97135.92145.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=43.48%
G=19.25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70316000.560.140.73315.3838.6119.8
Hex461F3C038E4913b2714
Octal1063774070161114734724
Binary10001101111111110001110001110100100110011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461F3C; }

 p { color: rgb(70,31,60); }

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

<style>
 a { background-color: #461F3C; }

 a { background-color: rgb(70,31,60); }

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

<style>
 span { border-color: #461F3C; }

 span { border-color: rgb(70,31,60); }

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