Html Css Color HEX #492341 Voodoo

📋 copy color: '#492341'

red 73 ◦ green 35 ◦ blue 65

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

Shades of Voodoo #492341

Tints of Voodoo #492341

RGB

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

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

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

R = 42.2%
G = 20.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492341 (or 0x492341) is known color: Voodoo. HEX triplet: 49, 23 and 41. RGB value is (73,35,65). Sum of RGB (Red+Green+Blue) = 73+35+65=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492341 is #B6DCBE. Grayscale: #313131. Windows color (decimal): -11984063 or 4268873. OLE color: 4268873.

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

Color convert

RGB 73 35 65 -
CMYK 0 0.52 0.11 0.71
HSL 312.63º 0.35% 0.21% -
HSV(B) 312.63º 0.52% 0.29% -
XYZ 4.3 3 5.35 -
YUV 49.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 73 35 65 0 0.52 0.11 0.71 312.63 0.35 0.21
Hex 49 23 41 0 34 B 47 139 23 15
Octal 111 43 101 0 64 13 107 471 43 25
Binary 1001001 100011 1000001 0 110100 1011 1000111 100111001 100011 10101

Color Harmonies of #492341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492341

Black with #492341

Text Example


Text Example

White with #492341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492341; }

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

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

background-color css

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

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

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

border-color css

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

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

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