Html Css Color HEX #492441 Voodoo

📋 copy color: '#492441'

red 73 ◦ green 36 ◦ blue 65

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

Shades of Voodoo #492441

Tints of Voodoo #492441

RGB

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

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

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

R = 41.95%
G = 20.69%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492441 (or 0x492441) is known color: Voodoo. HEX triplet: 49, 24 and 41. RGB value is (73,36,65). Sum of RGB (Red+Green+Blue) = 73+36+65=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492441 is #B6DBBE. Grayscale: #323232. Windows color (decimal): -11983807 or 4269129. OLE color: 4269129.

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

Color convert

RGB 73 36 65 -
CMYK 0 0.51 0.11 0.71
HSL 312.97º 0.34% 0.21% -
HSV(B) 312.97º 0.51% 0.29% -
XYZ 4.33 3.06 5.36 -
YUV 50.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 73 36 65 0 0.51 0.11 0.71 312.97 0.34 0.21
Hex 49 24 41 0 33 B 47 139 22 15
Octal 111 44 101 0 63 13 107 471 42 25
Binary 1001001 100100 1000001 0 110011 1011 1000111 100111001 100010 10101

Color Harmonies of #492441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492441

Black with #492441

Text Example


Text Example

White with #492441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492441; }

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

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

background-color css

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

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

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

border-color css

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

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

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