Html Css Color HEX #4C1D42 Voodoo

📋 copy color: '#4C1D42'

red 76 ◦ green 29 ◦ blue 66

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

Shades of Voodoo #4C1D42

Tints of Voodoo #4C1D42

RGB

 RED value IS 76 (30.08% from 255) = 44.44%

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 44.44%
G = 16.96%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C1D42 (or 0x4C1D42) is known color: Voodoo. HEX triplet: 4C, 1D and 42. RGB value is (76,29,66). Sum of RGB (Red+Green+Blue) = 76+29+66=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D42 is #B3E2BD. Grayscale: #2F2F2F. Windows color (decimal): -11788990 or 4332876. OLE color: 4332876.

HSL color Cylindrical-coordinate representation of color #4C1D42: hue angle of 312.77º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C1D42 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 29 66 -
CMYK 0 0.62 0.13 0.70
HSL 312.77º 0.45% 0.21% -
HSV(B) 312.77º 0.62% 0.3% -
XYZ 4.4 2.81 5.46 -
YUV 47.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 76 29 66 0 0.62 0.13 0.70 312.77 0.45 0.21
Hex 4C 1D 42 0 3E D 46 139 2D 15
Octal 114 35 102 0 76 15 106 471 55 25
Binary 1001100 11101 1000010 0 111110 1101 1000110 100111001 101101 10101

Color Harmonies of #4C1D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1D42

Black with #4C1D42

Text Example


Text Example

White with #4C1D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,29,66); }

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

background-color css

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

 a { background-color: rgb(76,29,66); }

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

border-color css

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

 span { border-color: rgb(76,29,66); }

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