Html Css Color HEX #4C2841 Voodoo

📋 copy color: '#4C2841'

red 76 ◦ green 40 ◦ blue 65

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

Shades of Voodoo #4C2841

Tints of Voodoo #4C2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

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

R = 41.99%
G = 22.1%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C2841 (or 0x4C2841) is known color: Voodoo. HEX triplet: 4C, 28 and 41. RGB value is (76,40,65). Sum of RGB (Red+Green+Blue) = 76+40+65=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2841 is #B3D7BE. Grayscale: #353535. Windows color (decimal): -11786175 or 4270156. OLE color: 4270156.

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

Color convert

RGB 76 40 65 -
CMYK 0 0.47 0.14 0.70
HSL 318.33º 0.31% 0.23% -
HSV(B) 318.33º 0.47% 0.3% -
XYZ 4.69 3.44 5.42 -
YUV 53.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 76 40 65 0 0.47 0.14 0.70 318.33 0.31 0.23
Hex 4C 28 41 0 2F E 46 13E 1F 17
Octal 114 50 101 0 57 16 106 476 37 27
Binary 1001100 101000 1000001 0 101111 1110 1000110 100111110 11111 10111

Color Harmonies of #4C2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2841

Black with #4C2841

Text Example


Text Example

White with #4C2841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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