Html Css Color HEX #462D41 Voodoo

📋 copy color: '#462D41'

red 70 ◦ green 45 ◦ blue 65

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

Shades of Voodoo #462D41

Tints of Voodoo #462D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

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

R = 38.89%
G = 25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#462D41 (or 0x462D41) is known color: Voodoo. HEX triplet: 46, 2D and 41. RGB value is (70,45,65). Sum of RGB (Red+Green+Blue) = 70+45+65=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #462D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D41 is #B9D2BE. Grayscale: #363636. Windows color (decimal): -12178111 or 4271430. OLE color: 4271430.

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

Color convert

RGB 70 45 65 -
CMYK 0 0.36 0.07 0.73
HSL 312º 0.22% 0.23% -
HSV(B) 312º 0.36% 0.27% -
XYZ 4.42 3.56 5.46 -
YUV 54.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 70 45 65 0 0.36 0.07 0.73 312 0.22 0.23
Hex 46 2D 41 0 24 7 49 138 16 17
Octal 106 55 101 0 44 7 111 470 26 27
Binary 1000110 101101 1000001 0 100100 111 1001001 100111000 10110 10111

Color Harmonies of #462D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462D41

Black with #462D41

Text Example


Text Example

White with #462D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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