Html Css Color HEX #481841 Voodoo

📋 copy color: '#481841'

red 72 ◦ green 24 ◦ blue 65

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

Shades of Voodoo #481841

Tints of Voodoo #481841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.91%

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

R = 44.72%
G = 14.91%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481841 (or 0x481841) is known color: Voodoo. HEX triplet: 48, 18 and 41. RGB value is (72,24,65). Sum of RGB (Red+Green+Blue) = 72+24+65=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481841 is #B7E7BE. Grayscale: #2A2A2A. Windows color (decimal): -12052415 or 4266056. OLE color: 4266056.

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

Color convert

RGB 72 24 65 -
CMYK 0 0.67 0.10 0.72
HSL 308.75º 0.5% 0.19% -
HSV(B) 308.75º 0.67% 0.28% -
XYZ 3.95 2.41 5.26 -
YUV 43.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 72 24 65 0 0.67 0.10 0.72 308.75 0.5 0.19
Hex 48 18 41 0 43 A 48 135 32 13
Octal 110 30 101 0 103 12 110 465 62 23
Binary 1001000 11000 1000001 0 1000011 1010 1001000 100110101 110010 10011

Color Harmonies of #481841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481841

Black with #481841

Text Example


Text Example

White with #481841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481841; }

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

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

background-color css

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

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

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

border-color css

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

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

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