Html Css Color HEX #481A3F Voodoo

📋 copy color: '#481A3F'

red 72 ◦ green 26 ◦ blue 63

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

Shades of Voodoo #481A3F

Tints of Voodoo #481A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.15%

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

R = 44.72%
G = 16.15%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#481A3F (or 0x481A3F) is known color: Voodoo. HEX triplet: 48, 1A and 3F. RGB value is (72,26,63). Sum of RGB (Red+Green+Blue) = 72+26+63=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A3F is #B7E5C0. Grayscale: #2B2B2B. Windows color (decimal): -12051905 or 4135496. OLE color: 4135496.

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

Color convert

RGB 72 26 63 -
CMYK 0 0.64 0.12 0.72
HSL 311.74º 0.47% 0.19% -
HSV(B) 311.74º 0.64% 0.28% -
XYZ 3.94 2.48 4.97 -
YUV 43.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 72 26 63 0 0.64 0.12 0.72 311.74 0.47 0.19
Hex 48 1A 3F 0 40 C 48 138 2F 13
Octal 110 32 77 0 100 14 110 470 57 23
Binary 1001000 11010 111111 0 1000000 1100 1001000 100111000 101111 10011

Color Harmonies of #481A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A3F

Black with #481A3F

Text Example


Text Example

White with #481A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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