Html Css Color HEX #481D3E Voodoo

📋 copy color: '#481D3E'

red 72 ◦ green 29 ◦ blue 62

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

Shades of Voodoo #481D3E

Tints of Voodoo #481D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 44.17%
G = 17.79%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#481D3E (or 0x481D3E) is known color: Voodoo. HEX triplet: 48, 1D and 3E. RGB value is (72,29,62). Sum of RGB (Red+Green+Blue) = 72+29+62=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D3E is #B7E2C1. Grayscale: #2D2D2D. Windows color (decimal): -12051138 or 4070728. OLE color: 4070728.

HSL color Cylindrical-coordinate representation of color #481D3E: hue angle of 313.95º 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 #481D3E is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 62 -
CMYK 0 0.60 0.14 0.72
HSL 313.95º 0.43% 0.2% -
HSV(B) 313.95º 0.6% 0.28% -
XYZ 3.98 2.6 4.85 -
YUV 45.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 72 29 62 0 0.60 0.14 0.72 313.95 0.43 0.2
Hex 48 1D 3E 0 3C E 48 13A 2B 14
Octal 110 35 76 0 74 16 110 472 53 24
Binary 1001000 11101 111110 0 111100 1110 1001000 100111010 101011 10100

Color Harmonies of #481D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D3E

Black with #481D3E

Text Example


Text Example

White with #481D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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