Html Css Color HEX #4B1D40 Voodoo

📋 copy color: '#4B1D40'

red 75 ◦ green 29 ◦ blue 64

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

Shades of Voodoo #4B1D40

Tints of Voodoo #4B1D40

RGB

 RED value IS 75 (29.69% from 255) = 44.64%

 GREEN value IS 29 (11.72% from 255) = 17.26%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 44.64%
G = 17.26%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B1D40 (or 0x4B1D40) is known color: Voodoo. HEX triplet: 4B, 1D and 40. RGB value is (75,29,64). Sum of RGB (Red+Green+Blue) = 75+29+64=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D40 is #B4E2BF. Grayscale: #2E2E2E. Windows color (decimal): -11854528 or 4201803. OLE color: 4201803.

HSL color Cylindrical-coordinate representation of color #4B1D40: hue angle of 314.35º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D40 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 29 64 -
CMYK 0 0.61 0.15 0.71
HSL 314.35º 0.44% 0.2% -
HSV(B) 314.35º 0.61% 0.29% -
XYZ 4.27 2.74 5.16 -
YUV 46.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 75 29 64 0 0.61 0.15 0.71 314.35 0.44 0.2
Hex 4B 1D 40 0 3D F 47 13A 2C 14
Octal 113 35 100 0 75 17 107 472 54 24
Binary 1001011 11101 1000000 0 111101 1111 1000111 100111010 101100 10100

Color Harmonies of #4B1D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1D40

Black with #4B1D40

Text Example


Text Example

White with #4B1D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,29,64); }

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

background-color css

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

 a { background-color: rgb(75,29,64); }

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

border-color css

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

 span { border-color: rgb(75,29,64); }

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