Html Css Color HEX #462441 Voodoo

📋 copy color: '#462441'

red 70 ◦ green 36 ◦ blue 65

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

Shades of Voodoo #462441

Tints of Voodoo #462441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 40.94%
G = 21.05%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#462441 (or 0x462441) is known color: Voodoo. HEX triplet: 46, 24 and 41. RGB value is (70,36,65). Sum of RGB (Red+Green+Blue) = 70+36+65=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #462441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462441 is #B9DBBE. Grayscale: #313131. Windows color (decimal): -12180415 or 4269126. OLE color: 4269126.

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

Color convert

RGB 70 36 65 -
CMYK 0 0.49 0.07 0.73
HSL 308.82º 0.32% 0.21% -
HSV(B) 308.82º 0.49% 0.27% -
XYZ 4.11 2.95 5.35 -
YUV 49.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 70 36 65 0 0.49 0.07 0.73 308.82 0.32 0.21
Hex 46 24 41 0 31 7 49 135 20 15
Octal 106 44 101 0 61 7 111 465 40 25
Binary 1000110 100100 1000001 0 110001 111 1001001 100110101 100000 10101

Color Harmonies of #462441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462441

Black with #462441

Text Example


Text Example

White with #462441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462441; }

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

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

background-color css

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

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

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

border-color css

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

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

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