#461F43

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

Shades of Voodoo #461F43

Tints of Voodoo #461F43

Color information

#461F43 (or 0x461F43) is unknown color: approx Voodoo. HEX triplet: 46, 1F and 43. RGB value is (70,31,67). Sum of RGB (Red+Green+Blue) = 70+31+67=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #461F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F43 is #B9E0BC. Grayscale: #2E2E2E. Windows color (decimal): -12181693 or 4398918. OLE color: 4398918.

HSL color Cylindrical-coordinate representation of color #461F43: hue angle of 304.62º 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 #461F43 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB703167-
CMYK00.560.040.73
HSL304.62º38.61%19.8%-
HSV(B)304.62º55.71%27.45%-
XYZ4.032.695.62-
YUV46.76139.42144.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=41.67%
G=18.45%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70316700.560.040.73304.6238.6119.8
Hex461F430384491312714
Octal1063710307041114614724
Binary10001101111110000110111000100100100110011000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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