Html Css Color HEX #492342 Voodoo

📋 copy color: '#492342'

red 73 ◦ green 35 ◦ blue 66

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

Shades of Voodoo #492342

Tints of Voodoo #492342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

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

R = 41.95%
G = 20.11%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492342 (or 0x492342) is known color: Voodoo. HEX triplet: 49, 23 and 42. RGB value is (73,35,66). Sum of RGB (Red+Green+Blue) = 73+35+66=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #492342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492342 is #B6DCBD. Grayscale: #313131. Windows color (decimal): -11984062 or 4334409. OLE color: 4334409.

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

Color convert

RGB 73 35 66 -
CMYK 0 0.52 0.10 0.71
HSL 311.05º 0.35% 0.21% -
HSV(B) 311.05º 0.52% 0.29% -
XYZ 4.33 3.01 5.51 -
YUV 49.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 73 35 66 0 0.52 0.10 0.71 311.05 0.35 0.21
Hex 49 23 42 0 34 A 47 137 23 15
Octal 111 43 102 0 64 12 107 467 43 25
Binary 1001001 100011 1000010 0 110100 1010 1000111 100110111 100011 10101

Color Harmonies of #492342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492342

Black with #492342

Text Example


Text Example

White with #492342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492342; }

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

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

background-color css

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

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

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

border-color css

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

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

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