Html Css Color HEX #473242 Voodoo

📋 copy color: '#473242'

red 71 ◦ green 50 ◦ blue 66

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

Shades of Voodoo #473242

Tints of Voodoo #473242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 37.97%
G = 26.74%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473242 (or 0x473242) is known color: Voodoo. HEX triplet: 47, 32 and 42. RGB value is (71,50,66). Sum of RGB (Red+Green+Blue) = 71+50+66=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #473242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473242 is #B8CDBD. Grayscale: #3A3A3A. Windows color (decimal): -12111294 or 4338247. OLE color: 4338247.

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

Color convert

RGB 71 50 66 -
CMYK 0 0.30 0.07 0.72
HSL 314.29º 0.17% 0.24% -
HSV(B) 314.29º 0.3% 0.28% -
XYZ 4.72 4.01 5.68 -
YUV 58.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 71 50 66 0 0.30 0.07 0.72 314.29 0.17 0.24
Hex 47 32 42 0 1E 7 48 13A 11 18
Octal 107 62 102 0 36 7 110 472 21 30
Binary 1000111 110010 1000010 0 11110 111 1001000 100111010 10001 11000

Color Harmonies of #473242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473242

Black with #473242

Text Example


Text Example

White with #473242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473242; }

 p { color: rgb(71,50,66); }

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

background-color css

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

 a { background-color: rgb(71,50,66); }

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

border-color css

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

 span { border-color: rgb(71,50,66); }

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