Html Css Color HEX #463841 Voodoo

📋 copy color: '#463841'

red 70 ◦ green 56 ◦ blue 65

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

Shades of Voodoo #463841

Tints of Voodoo #463841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

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

R = 36.65%
G = 29.32%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463841 (or 0x463841) is known color: Voodoo. HEX triplet: 46, 38 and 41. RGB value is (70,56,65). Sum of RGB (Red+Green+Blue) = 70+56+65=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463841 is #B9C7BE. Grayscale: #3D3D3D. Windows color (decimal): -12175295 or 4274246. OLE color: 4274246.

HSL color Cylindrical-coordinate representation of color #463841: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #463841 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 56 65 -
CMYK 0 0.20 0.07 0.73
HSL 321.43º 0.11% 0.25% -
HSV(B) 321.43º 0.2% 0.27% -
XYZ 4.89 4.51 5.61 -
YUV 61.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 70 56 65 0 0.20 0.07 0.73 321.43 0.11 0.25
Hex 46 38 41 0 14 7 49 141 B 19
Octal 106 70 101 0 24 7 111 501 13 31
Binary 1000110 111000 1000001 0 10100 111 1001001 101000001 1011 11001

Color Harmonies of #463841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463841

Black with #463841

Text Example


Text Example

White with #463841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463841; }

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

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

background-color css

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

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

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

border-color css

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

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

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