Html Css Color HEX #492642 Voodoo

📋 copy color: '#492642'

red 73 ◦ green 38 ◦ blue 66

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

Shades of Voodoo #492642

Tints of Voodoo #492642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 41.24%
G = 21.47%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492642 (or 0x492642) is known color: Voodoo. HEX triplet: 49, 26 and 42. RGB value is (73,38,66). Sum of RGB (Red+Green+Blue) = 73+38+66=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492642 is #B6D9BD. Grayscale: #333333. Windows color (decimal): -11983294 or 4335177. OLE color: 4335177.

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

Color convert

RGB 73 38 66 -
CMYK 0 0.48 0.10 0.71
HSL 312º 0.32% 0.22% -
HSV(B) 312º 0.48% 0.29% -
XYZ 4.42 3.2 5.54 -
YUV 51.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 73 38 66 0 0.48 0.10 0.71 312 0.32 0.22
Hex 49 26 42 0 30 A 47 138 20 16
Octal 111 46 102 0 60 12 107 470 40 26
Binary 1001001 100110 1000010 0 110000 1010 1000111 100111000 100000 10110

Color Harmonies of #492642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492642

Black with #492642

Text Example


Text Example

White with #492642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492642; }

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

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

background-color css

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

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

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

border-color css

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

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

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