Html Css Color HEX #473541 Voodoo

📋 copy color: '#473541'

red 71 ◦ green 53 ◦ blue 65

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

Shades of Voodoo #473541

Tints of Voodoo #473541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 37.57%
G = 28.04%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473541 (or 0x473541) is known color: Voodoo. HEX triplet: 47, 35 and 41. RGB value is (71,53,65). Sum of RGB (Red+Green+Blue) = 71+53+65=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473541 is #B8CABE. Grayscale: #3B3B3B. Windows color (decimal): -12110527 or 4273479. OLE color: 4273479.

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

Color convert

RGB 71 53 65 -
CMYK 0 0.25 0.08 0.72
HSL 320º 0.15% 0.24% -
HSV(B) 320º 0.25% 0.28% -
XYZ 4.83 4.27 5.57 -
YUV 59.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 71 53 65 0 0.25 0.08 0.72 320 0.15 0.24
Hex 47 35 41 0 19 8 48 140 F 18
Octal 107 65 101 0 31 10 110 500 17 30
Binary 1000111 110101 1000001 0 11001 1000 1001000 101000000 1111 11000

Color Harmonies of #473541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473541

Black with #473541

Text Example


Text Example

White with #473541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473541; }

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

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

background-color css

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

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

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

border-color css

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

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

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