Html Css Color HEX #463340 Voodoo

📋 copy color: '#463340'

red 70 ◦ green 51 ◦ blue 64

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

Shades of Voodoo #463340

Tints of Voodoo #463340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 37.84%
G = 27.57%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#463340 (or 0x463340) is known color: Voodoo. HEX triplet: 46, 33 and 40. RGB value is (70,51,64). Sum of RGB (Red+Green+Blue) = 70+51+64=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #463340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463340 is #B9CCBF. Grayscale: #3A3A3A. Windows color (decimal): -12176576 or 4207430. OLE color: 4207430.

HSL color Cylindrical-coordinate representation of color #463340: hue angle of 318.95º 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 #463340 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 64 -
CMYK 0 0.27 0.09 0.73
HSL 318.95º 0.16% 0.24% -
HSV(B) 318.95º 0.27% 0.27% -
XYZ 4.64 4.04 5.39 -
YUV 58.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 70 51 64 0 0.27 0.09 0.73 318.95 0.16 0.24
Hex 46 33 40 0 1B 9 49 13F 10 18
Octal 106 63 100 0 33 11 111 477 20 30
Binary 1000110 110011 1000000 0 11011 1001 1001001 100111111 10000 11000

Color Harmonies of #463340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463340

Black with #463340

Text Example


Text Example

White with #463340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463340; }

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

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

background-color css

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

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

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

border-color css

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

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

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