Html Css Color HEX #481B40 Voodoo

📋 copy color: '#481B40'

red 72 ◦ green 27 ◦ blue 64

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

Shades of Voodoo #481B40

Tints of Voodoo #481B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 44.17%
G = 16.56%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481B40 (or 0x481B40) is known color: Voodoo. HEX triplet: 48, 1B and 40. RGB value is (72,27,64). Sum of RGB (Red+Green+Blue) = 72+27+64=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B40 is #B7E4BF. Grayscale: #2C2C2C. Windows color (decimal): -12051648 or 4201288. OLE color: 4201288.

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

Color convert

RGB 72 27 64 -
CMYK 0 0.62 0.11 0.72
HSL 310.67º 0.45% 0.19% -
HSV(B) 310.67º 0.63% 0.28% -
XYZ 3.99 2.53 5.13 -
YUV 44.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 72 27 64 0 0.62 0.11 0.72 310.67 0.45 0.19
Hex 48 1B 40 0 3E B 48 137 2D 13
Octal 110 33 100 0 76 13 110 467 55 23
Binary 1001000 11011 1000000 0 111110 1011 1001000 100110111 101101 10011

Color Harmonies of #481B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B40

Black with #481B40

Text Example


Text Example

White with #481B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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