Html Css Color HEX #463342 Voodoo

📋 copy color: '#463342'

red 70 ◦ green 51 ◦ blue 66

#463342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #463342

Tints of Voodoo #463342

RGB

 RED value IS 70 (27.73% from 255) = 37.43%

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 37.43%
G = 27.27%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#463342 (or 0x463342) is known color: Voodoo. HEX triplet: 46, 33 and 42. RGB value is (70,51,66). Sum of RGB (Red+Green+Blue) = 70+51+66=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463342 is #B9CCBD. Grayscale: #3A3A3A. Windows color (decimal): -12176574 or 4338502. OLE color: 4338502.

HSL color Cylindrical-coordinate representation of color #463342: hue angle of 312.63º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463342 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 66 -
CMYK 0 0.27 0.06 0.73
HSL 312.63º 0.16% 0.24% -
HSV(B) 312.63º 0.27% 0.27% -
XYZ 4.69 4.06 5.69 -
YUV 58.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 70 51 66 0 0.27 0.06 0.73 312.63 0.16 0.24
Hex 46 33 42 0 1B 6 49 139 10 18
Octal 106 63 102 0 33 6 111 471 20 30
Binary 1000110 110011 1000010 0 11011 110 1001001 100111001 10000 11000

Color Harmonies of #463342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463342

Black with #463342

Text Example


Text Example

White with #463342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463342; }

 p { color: rgb(70,51,66); }

 H1.HeaderClassName
 {
   color: #463342;
 }
 .AnyTagClassName
 {
   color: #463342;
 }
</style>

background-color css

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

 a { background-color: rgb(70,51,66); }

 div.DivClassName
 {
   background-color: #463342;
 }
 .BgClassName
 {
   background-color: #463342;
 }
</style>

border-color css

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

 span { border-color: rgb(70,51,66); }

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