Html Css Color HEX #473843 Voodoo

📋 copy color: '#473843'

red 71 ◦ green 56 ◦ blue 67

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

Shades of Voodoo #473843

Tints of Voodoo #473843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 36.6%
G = 28.87%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473843 (or 0x473843) is known color: Voodoo. HEX triplet: 47, 38 and 43. RGB value is (71,56,67). Sum of RGB (Red+Green+Blue) = 71+56+67=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473843 is #B8C7BC. Grayscale: #3D3D3D. Windows color (decimal): -12109757 or 4405319. OLE color: 4405319.

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

Color convert

RGB 71 56 67 -
CMYK 0 0.21 0.06 0.72
HSL 316º 0.12% 0.25% -
HSV(B) 316º 0.21% 0.28% -
XYZ 5.03 4.57 5.93 -
YUV 61.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 71 56 67 0 0.21 0.06 0.72 316 0.12 0.25
Hex 47 38 43 0 15 6 48 13C C 19
Octal 107 70 103 0 25 6 110 474 14 31
Binary 1000111 111000 1000011 0 10101 110 1001000 100111100 1100 11001

Color Harmonies of #473843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473843

Black with #473843

Text Example


Text Example

White with #473843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473843; }

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

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

background-color css

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

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

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

border-color css

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

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

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