Html Css Color HEX #481A40 Voodoo

📋 copy color: '#481A40'

red 72 ◦ green 26 ◦ blue 64

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

Shades of Voodoo #481A40

Tints of Voodoo #481A40

RGB

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

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

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

R = 44.44%
G = 16.05%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481A40 (or 0x481A40) is known color: Voodoo. HEX triplet: 48, 1A and 40. RGB value is (72,26,64). Sum of RGB (Red+Green+Blue) = 72+26+64=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A40 is #B7E5BF. Grayscale: #2B2B2B. Windows color (decimal): -12051904 or 4201032. OLE color: 4201032.

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

Color convert

RGB 72 26 64 -
CMYK 0 0.64 0.11 0.72
HSL 310.43º 0.47% 0.19% -
HSV(B) 310.43º 0.64% 0.28% -
XYZ 3.97 2.49 5.12 -
YUV 44.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 72 26 64 0 0.64 0.11 0.72 310.43 0.47 0.19
Hex 48 1A 40 0 40 B 48 136 2F 13
Octal 110 32 100 0 100 13 110 466 57 23
Binary 1001000 11010 1000000 0 1000000 1011 1001000 100110110 101111 10011

Color Harmonies of #481A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A40

Black with #481A40

Text Example


Text Example

White with #481A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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