Html Css Color HEX #493441 Voodoo

📋 copy color: '#493441'

red 73 ◦ green 52 ◦ blue 65

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

Shades of Voodoo #493441

Tints of Voodoo #493441

RGB

 RED value IS 73 (28.91% from 255) = 38.42%

 GREEN value IS 52 (20.7% from 255) = 27.37%

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

R = 38.42%
G = 27.37%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493441 (or 0x493441) is known color: Voodoo. HEX triplet: 49, 34 and 41. RGB value is (73,52,65). Sum of RGB (Red+Green+Blue) = 73+52+65=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493441 is #B6CBBE. Grayscale: #3B3B3B. Windows color (decimal): -11979711 or 4273225. OLE color: 4273225.

HSL color Cylindrical-coordinate representation of color #493441: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493441 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 65 -
CMYK 0 0.29 0.11 0.71
HSL 322.86º 0.17% 0.25% -
HSV(B) 322.86º 0.29% 0.29% -
XYZ 4.93 4.25 5.56 -
YUV 59.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 73 52 65 0 0.29 0.11 0.71 322.86 0.17 0.25
Hex 49 34 41 0 1D B 47 143 11 19
Octal 111 64 101 0 35 13 107 503 21 31
Binary 1001001 110100 1000001 0 11101 1011 1000111 101000011 10001 11001

Color Harmonies of #493441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493441

Black with #493441

Text Example


Text Example

White with #493441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493441; }

 p { color: rgb(73,52,65); }

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

background-color css

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

 a { background-color: rgb(73,52,65); }

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

border-color css

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

 span { border-color: rgb(73,52,65); }

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