Html Css Color HEX #481E43 Voodoo

📋 copy color: '#481E43'

red 72 ◦ green 30 ◦ blue 67

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

Shades of Voodoo #481E43

Tints of Voodoo #481E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 42.6%
G = 17.75%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#481E43 (or 0x481E43) is known color: Voodoo. HEX triplet: 48, 1E and 43. RGB value is (72,30,67). Sum of RGB (Red+Green+Blue) = 72+30+67=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E43 is #B7E1BC. Grayscale: #2E2E2E. Windows color (decimal): -12050877 or 4398664. OLE color: 4398664.

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

Color convert

RGB 72 30 67 -
CMYK 0 0.58 0.07 0.72
HSL 307.14º 0.41% 0.2% -
HSV(B) 307.14º 0.58% 0.28% -
XYZ 4.15 2.71 5.61 -
YUV 46.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 72 30 67 0 0.58 0.07 0.72 307.14 0.41 0.2
Hex 48 1E 43 0 3A 7 48 133 29 14
Octal 110 36 103 0 72 7 110 463 51 24
Binary 1001000 11110 1000011 0 111010 111 1001000 100110011 101001 10100

Color Harmonies of #481E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E43

Black with #481E43

Text Example


Text Example

White with #481E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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