Html Css Color HEX #47253F Voodoo

📋 copy color: '#47253F'

red 71 ◦ green 37 ◦ blue 63

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

Shades of Voodoo #47253F

Tints of Voodoo #47253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

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

R = 41.52%
G = 21.64%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#47253F (or 0x47253F) is known color: Voodoo. HEX triplet: 47, 25 and 3F. RGB value is (71,37,63). Sum of RGB (Red+Green+Blue) = 71+37+63=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #47253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253F is #B8DAC0. Grayscale: #323232. Windows color (decimal): -12114625 or 4138311. OLE color: 4138311.

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

Color convert

RGB 71 37 63 -
CMYK 0 0.48 0.11 0.72
HSL 314.12º 0.31% 0.21% -
HSV(B) 314.12º 0.48% 0.28% -
XYZ 4.16 3.02 5.07 -
YUV 50.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 71 37 63 0 0.48 0.11 0.72 314.12 0.31 0.21
Hex 47 25 3F 0 30 B 48 13A 1F 15
Octal 107 45 77 0 60 13 110 472 37 25
Binary 1000111 100101 111111 0 110000 1011 1001000 100111010 11111 10101

Color Harmonies of #47253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47253F

Black with #47253F

Text Example


Text Example

White with #47253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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