Html Css Color HEX #481F42 Voodoo

📋 copy color: '#481F42'

red 72 ◦ green 31 ◦ blue 66

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

Shades of Voodoo #481F42

Tints of Voodoo #481F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 42.6%
G = 18.34%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481F42 (or 0x481F42) is known color: Voodoo. HEX triplet: 48, 1F and 42. RGB value is (72,31,66). Sum of RGB (Red+Green+Blue) = 72+31+66=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F42 is #B7E0BD. Grayscale: #2F2F2F. Windows color (decimal): -12050622 or 4333384. OLE color: 4333384.

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

Color convert

RGB 72 31 66 -
CMYK 0 0.57 0.08 0.72
HSL 308.78º 0.4% 0.2% -
HSV(B) 308.78º 0.57% 0.28% -
XYZ 4.15 2.75 5.47 -
YUV 47.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 72 31 66 0 0.57 0.08 0.72 308.78 0.4 0.2
Hex 48 1F 42 0 39 8 48 135 28 14
Octal 110 37 102 0 71 10 110 465 50 24
Binary 1001000 11111 1000010 0 111001 1000 1001000 100110101 101000 10100

Color Harmonies of #481F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F42

Black with #481F42

Text Example


Text Example

White with #481F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,66); }

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

background-color css

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

 a { background-color: rgb(72,31,66); }

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

border-color css

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

 span { border-color: rgb(72,31,66); }

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