Html Css Color HEX #481D3F Voodoo

📋 copy color: '#481D3F'

red 72 ◦ green 29 ◦ blue 63

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

Shades of Voodoo #481D3F

Tints of Voodoo #481D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 43.9%
G = 17.68%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#481D3F (or 0x481D3F) is known color: Voodoo. HEX triplet: 48, 1D and 3F. RGB value is (72,29,63). Sum of RGB (Red+Green+Blue) = 72+29+63=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D3F is #B7E2C0. Grayscale: #2D2D2D. Windows color (decimal): -12051137 or 4136264. OLE color: 4136264.

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

Color convert

RGB 72 29 63 -
CMYK 0 0.60 0.12 0.72
HSL 312.56º 0.43% 0.2% -
HSV(B) 312.56º 0.6% 0.28% -
XYZ 4.01 2.62 5 -
YUV 45.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 72 29 63 0 0.60 0.12 0.72 312.56 0.43 0.2
Hex 48 1D 3F 0 3C C 48 139 2B 14
Octal 110 35 77 0 74 14 110 471 53 24
Binary 1001000 11101 111111 0 111100 1100 1001000 100111001 101011 10100

Color Harmonies of #481D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D3F

Black with #481D3F

Text Example


Text Example

White with #481D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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