Html Css Color HEX #473441 Voodoo

📋 copy color: '#473441'

red 71 ◦ green 52 ◦ blue 65

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

Shades of Voodoo #473441

Tints of Voodoo #473441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 37.77%
G = 27.66%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473441 (or 0x473441) is known color: Voodoo. HEX triplet: 47, 34 and 41. RGB value is (71,52,65). Sum of RGB (Red+Green+Blue) = 71+52+65=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473441 is #B8CBBE. Grayscale: #3B3B3B. Windows color (decimal): -12110783 or 4273223. OLE color: 4273223.

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

Color convert

RGB 71 52 65 -
CMYK 0 0.27 0.08 0.72
HSL 318.95º 0.15% 0.24% -
HSV(B) 318.95º 0.27% 0.28% -
XYZ 4.78 4.18 5.56 -
YUV 59.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 71 52 65 0 0.27 0.08 0.72 318.95 0.15 0.24
Hex 47 34 41 0 1B 8 48 13F F 18
Octal 107 64 101 0 33 10 110 477 17 30
Binary 1000111 110100 1000001 0 11011 1000 1001000 100111111 1111 11000

Color Harmonies of #473441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473441

Black with #473441

Text Example


Text Example

White with #473441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473441; }

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

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

background-color css

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

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

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

border-color css

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

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

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