Html Css Color HEX #462341 Voodoo

📋 copy color: '#462341'

red 70 ◦ green 35 ◦ blue 65

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

Shades of Voodoo #462341

Tints of Voodoo #462341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 41.18%
G = 20.59%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#462341 (or 0x462341) is known color: Voodoo. HEX triplet: 46, 23 and 41. RGB value is (70,35,65). Sum of RGB (Red+Green+Blue) = 70+35+65=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #462341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462341 is #B9DCBE. Grayscale: #303030. Windows color (decimal): -12180671 or 4268870. OLE color: 4268870.

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

Color convert

RGB 70 35 65 -
CMYK 0 0.5 0.07 0.73
HSL 308.57º 0.33% 0.21% -
HSV(B) 308.57º 0.5% 0.27% -
XYZ 4.08 2.89 5.34 -
YUV 48.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 70 35 65 0 0.5 0.07 0.73 308.57 0.33 0.21
Hex 46 23 41 0 32 7 49 135 21 15
Octal 106 43 101 0 62 7 111 465 41 25
Binary 1000110 100011 1000001 0 110010 111 1001001 100110101 100001 10101

Color Harmonies of #462341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462341

Black with #462341

Text Example


Text Example

White with #462341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462341; }

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

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

background-color css

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

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

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

border-color css

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

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

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