Html Css Color HEX #4C1941 Voodoo

📋 copy color: '#4C1941'

red 76 ◦ green 25 ◦ blue 65

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

Shades of Voodoo #4C1941

Tints of Voodoo #4C1941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 45.78%
G = 15.06%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C1941 (or 0x4C1941) is known color: Voodoo. HEX triplet: 4C, 19 and 41. RGB value is (76,25,65). Sum of RGB (Red+Green+Blue) = 76+25+65=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1941 is #B3E6BE. Grayscale: #2C2C2C. Windows color (decimal): -11790015 or 4266316. OLE color: 4266316.

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

Color convert

RGB 76 25 65 -
CMYK 0 0.67 0.14 0.70
HSL 312.94º 0.5% 0.2% -
HSV(B) 312.94º 0.67% 0.3% -
XYZ 4.28 2.61 5.28 -
YUV 44.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 76 25 65 0 0.67 0.14 0.70 312.94 0.5 0.2
Hex 4C 19 41 0 43 E 46 139 32 14
Octal 114 31 101 0 103 16 106 471 62 24
Binary 1001100 11001 1000001 0 1000011 1110 1000110 100111001 110010 10100

Color Harmonies of #4C1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1941

Black with #4C1941

Text Example


Text Example

White with #4C1941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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