Html Css Color HEX #492141 Voodoo

📋 copy color: '#492141'

red 73 ◦ green 33 ◦ blue 65

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

Shades of Voodoo #492141

Tints of Voodoo #492141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 42.69%
G = 19.3%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492141 (or 0x492141) is known color: Voodoo. HEX triplet: 49, 21 and 41. RGB value is (73,33,65). Sum of RGB (Red+Green+Blue) = 73+33+65=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #492141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492141 is #B6DEBE. Grayscale: #303030. Windows color (decimal): -11984575 or 4268361. OLE color: 4268361.

HSL color Cylindrical-coordinate representation of color #492141: hue angle of 312º 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 #492141 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 65 -
CMYK 0 0.55 0.11 0.71
HSL 312º 0.38% 0.21% -
HSV(B) 312º 0.55% 0.29% -
XYZ 4.25 2.89 5.33 -
YUV 48.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 73 33 65 0 0.55 0.11 0.71 312 0.38 0.21
Hex 49 21 41 0 37 B 47 138 26 15
Octal 111 41 101 0 67 13 107 470 46 25
Binary 1001001 100001 1000001 0 110111 1011 1000111 100111000 100110 10101

Color Harmonies of #492141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492141

Black with #492141

Text Example


Text Example

White with #492141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492141; }

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

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

background-color css

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

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

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

border-color css

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

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

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