Html Css Color HEX #47253E Voodoo

📋 copy color: '#47253E'

red 71 ◦ green 37 ◦ blue 62

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

Shades of Voodoo #47253E

Tints of Voodoo #47253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.47%

R = 41.76%
G = 21.76%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#47253E (or 0x47253E) is known color: Voodoo. HEX triplet: 47, 25 and 3E. RGB value is (71,37,62). Sum of RGB (Red+Green+Blue) = 71+37+62=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47253E is #B8DAC1. Grayscale: #313131. Windows color (decimal): -12114626 or 4072775. OLE color: 4072775.

HSL color Cylindrical-coordinate representation of color #47253E: hue angle of 315.88º 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 #47253E is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 62 -
CMYK 0 0.48 0.13 0.72
HSL 315.88º 0.31% 0.21% -
HSV(B) 315.88º 0.48% 0.28% -
XYZ 4.13 3.01 4.92 -
YUV 50.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 71 37 62 0 0.48 0.13 0.72 315.88 0.31 0.21
Hex 47 25 3E 0 30 D 48 13C 1F 15
Octal 107 45 76 0 60 15 110 474 37 25
Binary 1000111 100101 111110 0 110000 1101 1001000 100111100 11111 10101

Color Harmonies of #47253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47253E

Black with #47253E

Text Example


Text Example

White with #47253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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