Html Css Color HEX #4C2141 Voodoo

📋 copy color: '#4C2141'

red 76 ◦ green 33 ◦ blue 65

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

Shades of Voodoo #4C2141

Tints of Voodoo #4C2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.97%

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

R = 43.68%
G = 18.97%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C2141 (or 0x4C2141) is known color: Voodoo. HEX triplet: 4C, 21 and 41. RGB value is (76,33,65). Sum of RGB (Red+Green+Blue) = 76+33+65=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2141 is #B3DEBE. Grayscale: #313131. Windows color (decimal): -11787967 or 4268364. OLE color: 4268364.

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

Color convert

RGB 76 33 65 -
CMYK 0 0.57 0.14 0.70
HSL 315.35º 0.39% 0.21% -
HSV(B) 315.35º 0.57% 0.3% -
XYZ 4.48 3.01 5.35 -
YUV 49.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 76 33 65 0 0.57 0.14 0.70 315.35 0.39 0.21
Hex 4C 21 41 0 39 E 46 13B 27 15
Octal 114 41 101 0 71 16 106 473 47 25
Binary 1001100 100001 1000001 0 111001 1110 1000110 100111011 100111 10101

Color Harmonies of #4C2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2141

Black with #4C2141

Text Example


Text Example

White with #4C2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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