Html Css Color HEX #473741 Voodoo

📋 copy color: '#473741'

red 71 ◦ green 55 ◦ blue 65

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

Shades of Voodoo #473741

Tints of Voodoo #473741

RGB

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

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

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

R = 37.17%
G = 28.8%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473741 (or 0x473741) is known color: Voodoo. HEX triplet: 47, 37 and 41. RGB value is (71,55,65). Sum of RGB (Red+Green+Blue) = 71+55+65=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473741 is #B8C8BE. Grayscale: #3C3C3C. Windows color (decimal): -12110015 or 4273991. OLE color: 4273991.

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

Color convert

RGB 71 55 65 -
CMYK 0 0.23 0.08 0.72
HSL 322.5º 0.13% 0.25% -
HSV(B) 322.5º 0.23% 0.28% -
XYZ 4.92 4.45 5.6 -
YUV 60.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 71 55 65 0 0.23 0.08 0.72 322.5 0.13 0.25
Hex 47 37 41 0 17 8 48 142 D 19
Octal 107 67 101 0 27 10 110 502 15 31
Binary 1000111 110111 1000001 0 10111 1000 1001000 101000010 1101 11001

Color Harmonies of #473741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473741

Black with #473741

Text Example


Text Example

White with #473741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473741; }

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

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

background-color css

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

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

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

border-color css

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

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

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