Html Css Color HEX #463341 Voodoo

📋 copy color: '#463341'

red 70 ◦ green 51 ◦ blue 65

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

Shades of Voodoo #463341

Tints of Voodoo #463341

RGB

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

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

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

R = 37.63%
G = 27.42%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463341 (or 0x463341) is known color: Voodoo. HEX triplet: 46, 33 and 41. RGB value is (70,51,65). Sum of RGB (Red+Green+Blue) = 70+51+65=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463341 is #B9CCBE. Grayscale: #3A3A3A. Windows color (decimal): -12176575 or 4272966. OLE color: 4272966.

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

Color convert

RGB 70 51 65 -
CMYK 0 0.27 0.07 0.73
HSL 315.79º 0.16% 0.24% -
HSV(B) 315.79º 0.27% 0.27% -
XYZ 4.66 4.05 5.54 -
YUV 58.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 70 51 65 0 0.27 0.07 0.73 315.79 0.16 0.24
Hex 46 33 41 0 1B 7 49 13C 10 18
Octal 106 63 101 0 33 7 111 474 20 30
Binary 1000110 110011 1000001 0 11011 111 1001001 100111100 10000 11000

Color Harmonies of #463341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463341

Black with #463341

Text Example


Text Example

White with #463341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463341; }

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

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

background-color css

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

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

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

border-color css

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

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

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