Html Css Color HEX #492741 Voodoo

📋 copy color: '#492741'

red 73 ◦ green 39 ◦ blue 65

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

Shades of Voodoo #492741

Tints of Voodoo #492741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

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

R = 41.24%
G = 22.03%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492741 (or 0x492741) is known color: Voodoo. HEX triplet: 49, 27 and 41. RGB value is (73,39,65). Sum of RGB (Red+Green+Blue) = 73+39+65=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492741 is #B6D8BE. Grayscale: #343434. Windows color (decimal): -11983039 or 4269897. OLE color: 4269897.

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

Color convert

RGB 73 39 65 -
CMYK 0 0.47 0.11 0.71
HSL 314.12º 0.3% 0.22% -
HSV(B) 314.12º 0.47% 0.29% -
XYZ 4.43 3.25 5.39 -
YUV 52.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 73 39 65 0 0.47 0.11 0.71 314.12 0.3 0.22
Hex 49 27 41 0 2F B 47 13A 1E 16
Octal 111 47 101 0 57 13 107 472 36 26
Binary 1001001 100111 1000001 0 101111 1011 1000111 100111010 11110 10110

Color Harmonies of #492741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492741

Black with #492741

Text Example


Text Example

White with #492741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492741; }

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

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

background-color css

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

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

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

border-color css

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

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

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