Html Css Color HEX #4C1840 Voodoo

📋 copy color: '#4C1840'

red 76 ◦ green 24 ◦ blue 64

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

Shades of Voodoo #4C1840

Tints of Voodoo #4C1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 46.34%
G = 14.63%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C1840 (or 0x4C1840) is known color: Voodoo. HEX triplet: 4C, 18 and 40. RGB value is (76,24,64). Sum of RGB (Red+Green+Blue) = 76+24+64=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1840 is #B3E7BF. Grayscale: #2C2C2C. Windows color (decimal): -11790272 or 4200524. OLE color: 4200524.

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

Color convert

RGB 76 24 64 -
CMYK 0 0.68 0.16 0.70
HSL 313.85º 0.52% 0.2% -
HSV(B) 313.85º 0.68% 0.3% -
XYZ 4.23 2.56 5.12 -
YUV 44.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 76 24 64 0 0.68 0.16 0.70 313.85 0.52 0.2
Hex 4C 18 40 0 44 10 46 13A 34 14
Octal 114 30 100 0 104 20 106 472 64 24
Binary 1001100 11000 1000000 0 1000100 10000 1000110 100111010 110100 10100

Color Harmonies of #4C1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1840

Black with #4C1840

Text Example


Text Example

White with #4C1840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,64); }

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

background-color css

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

 a { background-color: rgb(76,24,64); }

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

border-color css

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

 span { border-color: rgb(76,24,64); }

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