Html Css Color HEX #481840 Voodoo

📋 copy color: '#481840'

red 72 ◦ green 24 ◦ blue 64

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

Shades of Voodoo #481840

Tints of Voodoo #481840

RGB

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

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

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

R = 45%
G = 15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481840 (or 0x481840) is known color: Voodoo. HEX triplet: 48, 18 and 40. RGB value is (72,24,64). Sum of RGB (Red+Green+Blue) = 72+24+64=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481840 is #B7E7BF. Grayscale: #2A2A2A. Windows color (decimal): -12052416 or 4200520. OLE color: 4200520.

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

Color convert

RGB 72 24 64 -
CMYK 0 0.67 0.11 0.72
HSL 310º 0.5% 0.19% -
HSV(B) 310º 0.67% 0.28% -
XYZ 3.92 2.4 5.11 -
YUV 42.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 72 24 64 0 0.67 0.11 0.72 310 0.5 0.19
Hex 48 18 40 0 43 B 48 136 32 13
Octal 110 30 100 0 103 13 110 466 62 23
Binary 1001000 11000 1000000 0 1000011 1011 1001000 100110110 110010 10011

Color Harmonies of #481840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481840

Black with #481840

Text Example


Text Example

White with #481840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481840; }

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

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

background-color css

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

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

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

border-color css

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

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

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