Html Css Color HEX #4D253F Voodoo

📋 copy color: '#4D253F'

red 77 ◦ green 37 ◦ blue 63

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

Shades of Voodoo #4D253F

Tints of Voodoo #4D253F

RGB

 RED value IS 77 (30.47% from 255) = 43.5%

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

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

R = 43.5%
G = 20.9%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D253F (or 0x4D253F) is known color: Voodoo. HEX triplet: 4D, 25 and 3F. RGB value is (77,37,63). Sum of RGB (Red+Green+Blue) = 77+37+63=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D253F is #B2DAC0. Grayscale: #333333. Windows color (decimal): -11721409 or 4138317. OLE color: 4138317.

HSL color Cylindrical-coordinate representation of color #4D253F: hue angle of 321º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D253F is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 63 -
CMYK 0 0.52 0.18 0.70
HSL 321º 0.35% 0.22% -
HSV(B) 321º 0.52% 0.3% -
XYZ 4.62 3.26 5.09 -
YUV 51.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 77 37 63 0 0.52 0.18 0.70 321 0.35 0.22
Hex 4D 25 3F 0 34 12 46 141 23 16
Octal 115 45 77 0 64 22 106 501 43 26
Binary 1001101 100101 111111 0 110100 10010 1000110 101000001 100011 10110

Color Harmonies of #4D253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D253F

Black with #4D253F

Text Example


Text Example

White with #4D253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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