Html Css Color HEX #481941 Voodoo

📋 copy color: '#481941'

red 72 ◦ green 25 ◦ blue 65

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

Shades of Voodoo #481941

Tints of Voodoo #481941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 44.44%
G = 15.43%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481941 (or 0x481941) is known color: Voodoo. HEX triplet: 48, 19 and 41. RGB value is (72,25,65). Sum of RGB (Red+Green+Blue) = 72+25+65=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #481941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481941 is #B7E6BE. Grayscale: #2B2B2B. Windows color (decimal): -12052159 or 4266312. OLE color: 4266312.

HSL color Cylindrical-coordinate representation of color #481941: hue angle of 308.94º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481941 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 65 -
CMYK 0 0.65 0.10 0.72
HSL 308.94º 0.48% 0.19% -
HSV(B) 308.94º 0.65% 0.28% -
XYZ 3.97 2.45 5.27 -
YUV 43.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 72 25 65 0 0.65 0.10 0.72 308.94 0.48 0.19
Hex 48 19 41 0 41 A 48 135 30 13
Octal 110 31 101 0 101 12 110 465 60 23
Binary 1001000 11001 1000001 0 1000001 1010 1001000 100110101 110000 10011

Color Harmonies of #481941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481941

Black with #481941

Text Example


Text Example

White with #481941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481941; }

 p { color: rgb(72,25,65); }

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

background-color css

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

 a { background-color: rgb(72,25,65); }

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

border-color css

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

 span { border-color: rgb(72,25,65); }

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