Html Css Color HEX #463541 Voodoo

📋 copy color: '#463541'

red 70 ◦ green 53 ◦ blue 65

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

Shades of Voodoo #463541

Tints of Voodoo #463541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

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

R = 37.23%
G = 28.19%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#463541 (or 0x463541) is known color: Voodoo. HEX triplet: 46, 35 and 41. RGB value is (70,53,65). Sum of RGB (Red+Green+Blue) = 70+53+65=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463541 is #B9CABE. Grayscale: #3B3B3B. Windows color (decimal): -12176063 or 4273478. OLE color: 4273478.

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

Color convert

RGB 70 53 65 -
CMYK 0 0.24 0.07 0.73
HSL 317.65º 0.14% 0.24% -
HSV(B) 317.65º 0.24% 0.27% -
XYZ 4.75 4.23 5.57 -
YUV 59.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 70 53 65 0 0.24 0.07 0.73 317.65 0.14 0.24
Hex 46 35 41 0 18 7 49 13E E 18
Octal 106 65 101 0 30 7 111 476 16 30
Binary 1000110 110101 1000001 0 11000 111 1001001 100111110 1110 11000

Color Harmonies of #463541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463541

Black with #463541

Text Example


Text Example

White with #463541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463541; }

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

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

background-color css

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

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

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

border-color css

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

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

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