Html Css Color HEX #4C2241 Voodoo

📋 copy color: '#4C2241'

red 76 ◦ green 34 ◦ blue 65

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

Shades of Voodoo #4C2241

Tints of Voodoo #4C2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 43.43%
G = 19.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C2241 (or 0x4C2241) is known color: Voodoo. HEX triplet: 4C, 22 and 41. RGB value is (76,34,65). Sum of RGB (Red+Green+Blue) = 76+34+65=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2241 is #B3DDBE. Grayscale: #323232. Windows color (decimal): -11787711 or 4268620. OLE color: 4268620.

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

Color convert

RGB 76 34 65 -
CMYK 0 0.55 0.14 0.70
HSL 315.71º 0.38% 0.22% -
HSV(B) 315.71º 0.55% 0.3% -
XYZ 4.51 3.06 5.35 -
YUV 50.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 76 34 65 0 0.55 0.14 0.70 315.71 0.38 0.22
Hex 4C 22 41 0 37 E 46 13C 26 16
Octal 114 42 101 0 67 16 106 474 46 26
Binary 1001100 100010 1000001 0 110111 1110 1000110 100111100 100110 10110

Color Harmonies of #4C2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2241

Black with #4C2241

Text Example


Text Example

White with #4C2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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