Html Css Color HEX #473841 Voodoo

📋 copy color: '#473841'

red 71 ◦ green 56 ◦ blue 65

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

Shades of Voodoo #473841

Tints of Voodoo #473841

RGB

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

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

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

R = 36.98%
G = 29.17%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473841 (or 0x473841) is known color: Voodoo. HEX triplet: 47, 38 and 41. RGB value is (71,56,65). Sum of RGB (Red+Green+Blue) = 71+56+65=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473841 is #B8C7BE. Grayscale: #3D3D3D. Windows color (decimal): -12109759 or 4274247. OLE color: 4274247.

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

Color convert

RGB 71 56 65 -
CMYK 0 0.21 0.08 0.72
HSL 324º 0.12% 0.25% -
HSV(B) 324º 0.21% 0.28% -
XYZ 4.97 4.55 5.62 -
YUV 61.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 71 56 65 0 0.21 0.08 0.72 324 0.12 0.25
Hex 47 38 41 0 15 8 48 144 C 19
Octal 107 70 101 0 25 10 110 504 14 31
Binary 1000111 111000 1000001 0 10101 1000 1001000 101000100 1100 11001

Color Harmonies of #473841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473841

Black with #473841

Text Example


Text Example

White with #473841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473841; }

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

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

background-color css

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

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

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

border-color css

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

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

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