Html Css Color HEX #472741 Voodoo

📋 copy color: '#472741'

red 71 ◦ green 39 ◦ blue 65

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

Shades of Voodoo #472741

Tints of Voodoo #472741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 40.57%
G = 22.29%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472741 (or 0x472741) is known color: Voodoo. HEX triplet: 47, 27 and 41. RGB value is (71,39,65). Sum of RGB (Red+Green+Blue) = 71+39+65=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472741 is #B8D8BE. Grayscale: #333333. Windows color (decimal): -12114111 or 4269895. OLE color: 4269895.

HSL color Cylindrical-coordinate representation of color #472741: hue angle of 311.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472741 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 65 -
CMYK 0 0.45 0.08 0.72
HSL 311.25º 0.29% 0.22% -
HSV(B) 311.25º 0.45% 0.28% -
XYZ 4.28 3.17 5.39 -
YUV 51.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 71 39 65 0 0.45 0.08 0.72 311.25 0.29 0.22
Hex 47 27 41 0 2D 8 48 137 1D 16
Octal 107 47 101 0 55 10 110 467 35 26
Binary 1000111 100111 1000001 0 101101 1000 1001000 100110111 11101 10110

Color Harmonies of #472741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472741

Black with #472741

Text Example


Text Example

White with #472741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472741; }

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

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

background-color css

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

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

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

border-color css

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

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

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