Html Css Color HEX #492743 Voodoo

📋 copy color: '#492743'

red 73 ◦ green 39 ◦ blue 67

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

Shades of Voodoo #492743

Tints of Voodoo #492743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 40.78%
G = 21.79%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#492743 (or 0x492743) is known color: Voodoo. HEX triplet: 49, 27 and 43. RGB value is (73,39,67). Sum of RGB (Red+Green+Blue) = 73+39+67=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492743 is #B6D8BC. Grayscale: #343434. Windows color (decimal): -11983037 or 4400969. OLE color: 4400969.

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

Color convert

RGB 73 39 67 -
CMYK 0 0.47 0.08 0.71
HSL 310.59º 0.3% 0.22% -
HSV(B) 310.59º 0.47% 0.29% -
XYZ 4.49 3.27 5.71 -
YUV 52.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 73 39 67 0 0.47 0.08 0.71 310.59 0.3 0.22
Hex 49 27 43 0 2F 8 47 137 1E 16
Octal 111 47 103 0 57 10 107 467 36 26
Binary 1001001 100111 1000011 0 101111 1000 1000111 100110111 11110 10110

Color Harmonies of #492743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492743

Black with #492743

Text Example


Text Example

White with #492743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492743; }

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

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

background-color css

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

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

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

border-color css

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

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

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