Html Css Color HEX #472342 Voodoo

📋 copy color: '#472342'

red 71 ◦ green 35 ◦ blue 66

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

Shades of Voodoo #472342

Tints of Voodoo #472342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 41.28%
G = 20.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472342 (or 0x472342) is known color: Voodoo. HEX triplet: 47, 23 and 42. RGB value is (71,35,66). Sum of RGB (Red+Green+Blue) = 71+35+66=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472342 is #B8DCBD. Grayscale: #313131. Windows color (decimal): -12115134 or 4334407. OLE color: 4334407.

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

Color convert

RGB 71 35 66 -
CMYK 0 0.51 0.07 0.72
HSL 308.33º 0.34% 0.21% -
HSV(B) 308.33º 0.51% 0.28% -
XYZ 4.18 2.94 5.5 -
YUV 49.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 71 35 66 0 0.51 0.07 0.72 308.33 0.34 0.21
Hex 47 23 42 0 33 7 48 134 22 15
Octal 107 43 102 0 63 7 110 464 42 25
Binary 1000111 100011 1000010 0 110011 111 1001000 100110100 100010 10101

Color Harmonies of #472342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472342

Black with #472342

Text Example


Text Example

White with #472342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472342; }

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

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

background-color css

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

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

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

border-color css

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

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

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