Html Css Color HEX #492142 Voodoo

📋 copy color: '#492142'

red 73 ◦ green 33 ◦ blue 66

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

Shades of Voodoo #492142

Tints of Voodoo #492142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 42.44%
G = 19.19%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492142 (or 0x492142) is known color: Voodoo. HEX triplet: 49, 21 and 42. RGB value is (73,33,66). Sum of RGB (Red+Green+Blue) = 73+33+66=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #492142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492142 is #B6DEBD. Grayscale: #303030. Windows color (decimal): -11984574 or 4333897. OLE color: 4333897.

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

Color convert

RGB 73 33 66 -
CMYK 0 0.55 0.10 0.71
HSL 310.5º 0.38% 0.21% -
HSV(B) 310.5º 0.55% 0.29% -
XYZ 4.27 2.9 5.49 -
YUV 48.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 73 33 66 0 0.55 0.10 0.71 310.5 0.38 0.21
Hex 49 21 42 0 37 A 47 136 26 15
Octal 111 41 102 0 67 12 107 466 46 25
Binary 1001001 100001 1000010 0 110111 1010 1000111 100110110 100110 10101

Color Harmonies of #492142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492142

Black with #492142

Text Example


Text Example

White with #492142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492142; }

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

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

background-color css

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

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

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

border-color css

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

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

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