Html Css Color HEX #4C2E41 Voodoo

📋 copy color: '#4C2E41'

red 76 ◦ green 46 ◦ blue 65

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

Shades of Voodoo #4C2E41

Tints of Voodoo #4C2E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.6%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 40.64%
G = 24.6%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C2E41 (or 0x4C2E41) is known color: Voodoo. HEX triplet: 4C, 2E and 41. RGB value is (76,46,65). Sum of RGB (Red+Green+Blue) = 76+46+65=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E41 is #B3D1BE. Grayscale: #393939. Windows color (decimal): -11784639 or 4271692. OLE color: 4271692.

HSL color Cylindrical-coordinate representation of color #4C2E41: hue angle of 322º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C2E41 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 65 -
CMYK 0 0.39 0.14 0.70
HSL 322º 0.25% 0.24% -
HSV(B) 322º 0.39% 0.3% -
XYZ 4.91 3.87 5.49 -
YUV 57.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 76 46 65 0 0.39 0.14 0.70 322 0.25 0.24
Hex 4C 2E 41 0 27 E 46 142 19 18
Octal 114 56 101 0 47 16 106 502 31 30
Binary 1001100 101110 1000001 0 100111 1110 1000110 101000010 11001 11000

Color Harmonies of #4C2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E41

Black with #4C2E41

Text Example


Text Example

White with #4C2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,65); }

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

background-color css

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

 a { background-color: rgb(76,46,65); }

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

border-color css

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

 span { border-color: rgb(76,46,65); }

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