Html Css Color HEX #481E40 Voodoo

📋 copy color: '#481E40'

red 72 ◦ green 30 ◦ blue 64

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

Shades of Voodoo #481E40

Tints of Voodoo #481E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.07%

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

R = 43.37%
G = 18.07%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481E40 (or 0x481E40) is known color: Voodoo. HEX triplet: 48, 1E and 40. RGB value is (72,30,64). Sum of RGB (Red+Green+Blue) = 72+30+64=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #481E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E40 is #B7E1BF. Grayscale: #2E2E2E. Windows color (decimal): -12050880 or 4202056. OLE color: 4202056.

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

Color convert

RGB 72 30 64 -
CMYK 0 0.58 0.11 0.72
HSL 311.43º 0.41% 0.2% -
HSV(B) 311.43º 0.58% 0.28% -
XYZ 4.06 2.68 5.15 -
YUV 46.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 72 30 64 0 0.58 0.11 0.72 311.43 0.41 0.2
Hex 48 1E 40 0 3A B 48 137 29 14
Octal 110 36 100 0 72 13 110 467 51 24
Binary 1001000 11110 1000000 0 111010 1011 1001000 100110111 101001 10100

Color Harmonies of #481E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E40

Black with #481E40

Text Example


Text Example

White with #481E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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