Html Css Color HEX #492B42 Voodoo

📋 copy color: '#492B42'

red 73 ◦ green 43 ◦ blue 66

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

Shades of Voodoo #492B42

Tints of Voodoo #492B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.63%

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

R = 40.11%
G = 23.63%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#492B42 (or 0x492B42) is known color: Voodoo. HEX triplet: 49, 2B and 42. RGB value is (73,43,66). Sum of RGB (Red+Green+Blue) = 73+43+66=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B42 is #B6D4BD. Grayscale: #363636. Windows color (decimal): -11982014 or 4336457. OLE color: 4336457.

HSL color Cylindrical-coordinate representation of color #492B42: hue angle of 314º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B42 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 66 -
CMYK 0 0.41 0.10 0.71
HSL 314º 0.26% 0.23% -
HSV(B) 314º 0.41% 0.29% -
XYZ 4.59 3.54 5.59 -
YUV 54.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 73 43 66 0 0.41 0.10 0.71 314 0.26 0.23
Hex 49 2B 42 0 29 A 47 13A 1A 17
Octal 111 53 102 0 51 12 107 472 32 27
Binary 1001001 101011 1000010 0 101001 1010 1000111 100111010 11010 10111

Color Harmonies of #492B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B42

Black with #492B42

Text Example


Text Example

White with #492B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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