Html Css Color HEX #492340 Voodoo

📋 copy color: '#492340'

red 73 ◦ green 35 ◦ blue 64

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

Shades of Voodoo #492340

Tints of Voodoo #492340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 42.44%
G = 20.35%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#492340 (or 0x492340) is known color: Voodoo. HEX triplet: 49, 23 and 40. RGB value is (73,35,64). Sum of RGB (Red+Green+Blue) = 73+35+64=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #492340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492340 is #B6DCBF. Grayscale: #313131. Windows color (decimal): -11984064 or 4203337. OLE color: 4203337.

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

Color convert

RGB 73 35 64 -
CMYK 0 0.52 0.12 0.71
HSL 314.21º 0.35% 0.21% -
HSV(B) 314.21º 0.52% 0.29% -
XYZ 4.27 2.99 5.2 -
YUV 49.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 73 35 64 0 0.52 0.12 0.71 314.21 0.35 0.21
Hex 49 23 40 0 34 C 47 13A 23 15
Octal 111 43 100 0 64 14 107 472 43 25
Binary 1001001 100011 1000000 0 110100 1100 1000111 100111010 100011 10101

Color Harmonies of #492340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492340

Black with #492340

Text Example


Text Example

White with #492340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492340; }

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

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

background-color css

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

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

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

border-color css

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

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

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