Html Css Color HEX #481E41 Voodoo

📋 copy color: '#481E41'

red 72 ◦ green 30 ◦ blue 65

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

Shades of Voodoo #481E41

Tints of Voodoo #481E41

RGB

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

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

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

R = 43.11%
G = 17.96%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481E41 (or 0x481E41) is known color: Voodoo. HEX triplet: 48, 1E and 41. RGB value is (72,30,65). Sum of RGB (Red+Green+Blue) = 72+30+65=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E41 is #B7E1BE. Grayscale: #2E2E2E. Windows color (decimal): -12050879 or 4267592. OLE color: 4267592.

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

Color convert

RGB 72 30 65 -
CMYK 0 0.58 0.10 0.72
HSL 310º 0.41% 0.2% -
HSV(B) 310º 0.58% 0.28% -
XYZ 4.09 2.69 5.3 -
YUV 46.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 72 30 65 0 0.58 0.10 0.72 310 0.41 0.2
Hex 48 1E 41 0 3A A 48 136 29 14
Octal 110 36 101 0 72 12 110 466 51 24
Binary 1001000 11110 1000001 0 111010 1010 1001000 100110110 101001 10100

Color Harmonies of #481E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E41

Black with #481E41

Text Example


Text Example

White with #481E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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