Html Css Color HEX #473341 Voodoo

📋 copy color: '#473341'

red 71 ◦ green 51 ◦ blue 65

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

Shades of Voodoo #473341

Tints of Voodoo #473341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 37.97%
G = 27.27%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473341 (or 0x473341) is known color: Voodoo. HEX triplet: 47, 33 and 41. RGB value is (71,51,65). Sum of RGB (Red+Green+Blue) = 71+51+65=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473341 is #B8CCBE. Grayscale: #3A3A3A. Windows color (decimal): -12111039 or 4272967. OLE color: 4272967.

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

Color convert

RGB 71 51 65 -
CMYK 0 0.28 0.08 0.72
HSL 318º 0.16% 0.24% -
HSV(B) 318º 0.28% 0.28% -
XYZ 4.74 4.09 5.54 -
YUV 58.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 71 51 65 0 0.28 0.08 0.72 318 0.16 0.24
Hex 47 33 41 0 1C 8 48 13E 10 18
Octal 107 63 101 0 34 10 110 476 20 30
Binary 1000111 110011 1000001 0 11100 1000 1001000 100111110 10000 11000

Color Harmonies of #473341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473341

Black with #473341

Text Example


Text Example

White with #473341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473341; }

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

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

background-color css

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

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

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

border-color css

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

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

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