Html Css Color HEX #47263F Voodoo

📋 copy color: '#47263F'

red 71 ◦ green 38 ◦ blue 63

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

Shades of Voodoo #47263F

Tints of Voodoo #47263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 63 (25% from 255) = 36.63%

R = 41.28%
G = 22.09%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47263F (or 0x47263F) is known color: Voodoo. HEX triplet: 47, 26 and 3F. RGB value is (71,38,63). Sum of RGB (Red+Green+Blue) = 71+38+63=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #47263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47263F is #B8D9C0. Grayscale: #323232. Windows color (decimal): -12114369 or 4138567. OLE color: 4138567.

HSL color Cylindrical-coordinate representation of color #47263F: hue angle of 314.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47263F is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 63 -
CMYK 0 0.46 0.11 0.72
HSL 314.55º 0.3% 0.21% -
HSV(B) 314.55º 0.46% 0.28% -
XYZ 4.19 3.08 5.08 -
YUV 50.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 71 38 63 0 0.46 0.11 0.72 314.55 0.3 0.21
Hex 47 26 3F 0 2E B 48 13B 1E 15
Octal 107 46 77 0 56 13 110 473 36 25
Binary 1000111 100110 111111 0 101110 1011 1001000 100111011 11110 10101

Color Harmonies of #47263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47263F

Black with #47263F

Text Example


Text Example

White with #47263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47263F; }

 p { color: rgb(71,38,63); }

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

background-color css

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

 a { background-color: rgb(71,38,63); }

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

border-color css

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

 span { border-color: rgb(71,38,63); }

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