Html Css Color HEX #481C3F Voodoo

📋 copy color: '#481C3F'

red 72 ◦ green 28 ◦ blue 63

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

Shades of Voodoo #481C3F

Tints of Voodoo #481C3F

RGB

 RED value IS 72 (28.52% from 255) = 44.17%

 GREEN value IS 28 (11.33% from 255) = 17.18%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 44.17%
G = 17.18%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#481C3F (or 0x481C3F) is known color: Voodoo. HEX triplet: 48, 1C and 3F. RGB value is (72,28,63). Sum of RGB (Red+Green+Blue) = 72+28+63=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3F is #B7E3C0. Grayscale: #2D2D2D. Windows color (decimal): -12051393 or 4136008. OLE color: 4136008.

HSL color Cylindrical-coordinate representation of color #481C3F: hue angle of 312.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C3F is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 63 -
CMYK 0 0.61 0.12 0.72
HSL 312.27º 0.44% 0.2% -
HSV(B) 312.27º 0.61% 0.28% -
XYZ 3.98 2.57 4.99 -
YUV 45.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 72 28 63 0 0.61 0.12 0.72 312.27 0.44 0.2
Hex 48 1C 3F 0 3D C 48 138 2C 14
Octal 110 34 77 0 75 14 110 470 54 24
Binary 1001000 11100 111111 0 111101 1100 1001000 100111000 101100 10100

Color Harmonies of #481C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C3F

Black with #481C3F

Text Example


Text Example

White with #481C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C3F; }

 p { color: rgb(72,28,63); }

 H1.HeaderClassName
 {
   color: #481C3F;
 }
 .AnyTagClassName
 {
   color: #481C3F;
 }
</style>

background-color css

<style>
 a { background-color: #481C3F; }

 a { background-color: rgb(72,28,63); }

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

border-color css

<style>
 span { border-color: #481C3F; }

 span { border-color: rgb(72,28,63); }

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