Html Css Color HEX #492742 Voodoo

📋 copy color: '#492742'

red 73 ◦ green 39 ◦ blue 66

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

Shades of Voodoo #492742

Tints of Voodoo #492742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 41.01%
G = 21.91%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492742 (or 0x492742) is known color: Voodoo. HEX triplet: 49, 27 and 42. RGB value is (73,39,66). Sum of RGB (Red+Green+Blue) = 73+39+66=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #492742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492742 is #B6D8BD. Grayscale: #343434. Windows color (decimal): -11983038 or 4335433. OLE color: 4335433.

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

Color convert

RGB 73 39 66 -
CMYK 0 0.47 0.10 0.71
HSL 312.35º 0.3% 0.22% -
HSV(B) 312.35º 0.47% 0.29% -
XYZ 4.46 3.26 5.55 -
YUV 52.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 73 39 66 0 0.47 0.10 0.71 312.35 0.3 0.22
Hex 49 27 42 0 2F A 47 138 1E 16
Octal 111 47 102 0 57 12 107 470 36 26
Binary 1001001 100111 1000010 0 101111 1010 1000111 100111000 11110 10110

Color Harmonies of #492742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492742

Black with #492742

Text Example


Text Example

White with #492742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492742; }

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

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

background-color css

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

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

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

border-color css

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

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

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