Html Css Color HEX #473742 Voodoo

📋 copy color: '#473742'

red 71 ◦ green 55 ◦ blue 66

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

Shades of Voodoo #473742

Tints of Voodoo #473742

RGB

 RED value IS 71 (28.13% from 255) = 36.98%

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 36.98%
G = 28.65%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473742 (or 0x473742) is known color: Voodoo. HEX triplet: 47, 37 and 42. RGB value is (71,55,66). Sum of RGB (Red+Green+Blue) = 71+55+66=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473742 is #B8C8BD. Grayscale: #3D3D3D. Windows color (decimal): -12110014 or 4339527. OLE color: 4339527.

HSL color Cylindrical-coordinate representation of color #473742: hue angle of 318.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #473742 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 66 -
CMYK 0 0.23 0.07 0.72
HSL 318.75º 0.13% 0.25% -
HSV(B) 318.75º 0.23% 0.28% -
XYZ 4.95 4.47 5.76 -
YUV 61.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 71 55 66 0 0.23 0.07 0.72 318.75 0.13 0.25
Hex 47 37 42 0 17 7 48 13F D 19
Octal 107 67 102 0 27 7 110 477 15 31
Binary 1000111 110111 1000010 0 10111 111 1001000 100111111 1101 11001

Color Harmonies of #473742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473742

Black with #473742

Text Example


Text Example

White with #473742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473742; }

 p { color: rgb(71,55,66); }

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

background-color css

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

 a { background-color: rgb(71,55,66); }

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

border-color css

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

 span { border-color: rgb(71,55,66); }

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