Html Css Color HEX #473443 Voodoo

📋 copy color: '#473443'

red 71 ◦ green 52 ◦ blue 67

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

Shades of Voodoo #473443

Tints of Voodoo #473443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 37.37%
G = 27.37%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473443 (or 0x473443) is known color: Voodoo. HEX triplet: 47, 34 and 43. RGB value is (71,52,67). Sum of RGB (Red+Green+Blue) = 71+52+67=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473443 is #B8CBBC. Grayscale: #3B3B3B. Windows color (decimal): -12110781 or 4404295. OLE color: 4404295.

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

Color convert

RGB 71 52 67 -
CMYK 0 0.27 0.06 0.72
HSL 312.63º 0.15% 0.24% -
HSV(B) 312.63º 0.27% 0.28% -
XYZ 4.84 4.2 5.87 -
YUV 59.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 71 52 67 0 0.27 0.06 0.72 312.63 0.15 0.24
Hex 47 34 43 0 1B 6 48 139 F 18
Octal 107 64 103 0 33 6 110 471 17 30
Binary 1000111 110100 1000011 0 11011 110 1001000 100111001 1111 11000

Color Harmonies of #473443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473443

Black with #473443

Text Example


Text Example

White with #473443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473443; }

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

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

background-color css

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

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

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

border-color css

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

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

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