Html Css Color HEX #463641 Voodoo

📋 copy color: '#463641'

red 70 ◦ green 54 ◦ blue 65

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

Shades of Voodoo #463641

Tints of Voodoo #463641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 37.04%
G = 28.57%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463641 (or 0x463641) is known color: Voodoo. HEX triplet: 46, 36 and 41. RGB value is (70,54,65). Sum of RGB (Red+Green+Blue) = 70+54+65=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463641 is #B9C9BE. Grayscale: #3C3C3C. Windows color (decimal): -12175807 or 4273734. OLE color: 4273734.

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

Color convert

RGB 70 54 65 -
CMYK 0 0.23 0.07 0.73
HSL 318.75º 0.13% 0.24% -
HSV(B) 318.75º 0.23% 0.27% -
XYZ 4.8 4.32 5.58 -
YUV 60.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 70 54 65 0 0.23 0.07 0.73 318.75 0.13 0.24
Hex 46 36 41 0 17 7 49 13F D 18
Octal 106 66 101 0 27 7 111 477 15 30
Binary 1000110 110110 1000001 0 10111 111 1001001 100111111 1101 11000

Color Harmonies of #463641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463641

Black with #463641

Text Example


Text Example

White with #463641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463641; }

 p { color: rgb(70,54,65); }

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

background-color css

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

 a { background-color: rgb(70,54,65); }

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

border-color css

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

 span { border-color: rgb(70,54,65); }

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