Html Css Color HEX #492442 Voodoo

📋 copy color: '#492442'

red 73 ◦ green 36 ◦ blue 66

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

Shades of Voodoo #492442

Tints of Voodoo #492442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 41.71%
G = 20.57%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492442 (or 0x492442) is known color: Voodoo. HEX triplet: 49, 24 and 42. RGB value is (73,36,66). Sum of RGB (Red+Green+Blue) = 73+36+66=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #492442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492442 is #B6DBBD. Grayscale: #323232. Windows color (decimal): -11983806 or 4334665. OLE color: 4334665.

HSL color Cylindrical-coordinate representation of color #492442: hue angle of 311.35º 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 #492442 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 66 -
CMYK 0 0.51 0.10 0.71
HSL 311.35º 0.34% 0.21% -
HSV(B) 311.35º 0.51% 0.29% -
XYZ 4.36 3.07 5.52 -
YUV 50.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 73 36 66 0 0.51 0.10 0.71 311.35 0.34 0.21
Hex 49 24 42 0 33 A 47 137 22 15
Octal 111 44 102 0 63 12 107 467 42 25
Binary 1001001 100100 1000010 0 110011 1010 1000111 100110111 100010 10101

Color Harmonies of #492442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492442

Black with #492442

Text Example


Text Example

White with #492442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492442; }

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

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

background-color css

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

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

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

border-color css

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

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

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