Html Css Color HEX #4C2041 Voodoo

📋 copy color: '#4C2041'

red 76 ◦ green 32 ◦ blue 65

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

Shades of Voodoo #4C2041

Tints of Voodoo #4C2041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 43.93%
G = 18.5%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C2041 (or 0x4C2041) is known color: Voodoo. HEX triplet: 4C, 20 and 41. RGB value is (76,32,65). Sum of RGB (Red+Green+Blue) = 76+32+65=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2041 is #B3DFBE. Grayscale: #303030. Windows color (decimal): -11788223 or 4268108. OLE color: 4268108.

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

Color convert

RGB 76 32 65 -
CMYK 0 0.58 0.14 0.70
HSL 315º 0.41% 0.21% -
HSV(B) 315º 0.58% 0.3% -
XYZ 4.45 2.95 5.34 -
YUV 48.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 76 32 65 0 0.58 0.14 0.70 315 0.41 0.21
Hex 4C 20 41 0 3A E 46 13B 29 15
Octal 114 40 101 0 72 16 106 473 51 25
Binary 1001100 100000 1000001 0 111010 1110 1000110 100111011 101001 10101

Color Harmonies of #4C2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2041

Black with #4C2041

Text Example


Text Example

White with #4C2041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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