Html Css Color HEX #4C2140 Voodoo

📋 copy color: '#4C2140'

red 76 ◦ green 33 ◦ blue 64

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

Shades of Voodoo #4C2140

Tints of Voodoo #4C2140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 43.93%
G = 19.08%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C2140 (or 0x4C2140) is known color: Voodoo. HEX triplet: 4C, 21 and 40. RGB value is (76,33,64). Sum of RGB (Red+Green+Blue) = 76+33+64=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2140 is #B3DEBF. Grayscale: #313131. Windows color (decimal): -11787968 or 4202828. OLE color: 4202828.

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

Color convert

RGB 76 33 64 -
CMYK 0 0.57 0.16 0.70
HSL 316.74º 0.39% 0.21% -
HSV(B) 316.74º 0.57% 0.3% -
XYZ 4.45 2.99 5.19 -
YUV 49.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 76 33 64 0 0.57 0.16 0.70 316.74 0.39 0.21
Hex 4C 21 40 0 39 10 46 13D 27 15
Octal 114 41 100 0 71 20 106 475 47 25
Binary 1001100 100001 1000000 0 111001 10000 1000110 100111101 100111 10101

Color Harmonies of #4C2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2140

Black with #4C2140

Text Example


Text Example

White with #4C2140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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