Html Css Color HEX #483141 Voodoo

📋 copy color: '#483141'

red 72 ◦ green 49 ◦ blue 65

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

Shades of Voodoo #483141

Tints of Voodoo #483141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

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

R = 38.71%
G = 26.34%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483141 (or 0x483141) is known color: Voodoo. HEX triplet: 48, 31 and 41. RGB value is (72,49,65). Sum of RGB (Red+Green+Blue) = 72+49+65=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483141 is #B7CEBE. Grayscale: #393939. Windows color (decimal): -12046015 or 4272456. OLE color: 4272456.

HSL color Cylindrical-coordinate representation of color #483141: hue angle of 318.26º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483141 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 65 -
CMYK 0 0.32 0.10 0.72
HSL 318.26º 0.19% 0.24% -
HSV(B) 318.26º 0.32% 0.28% -
XYZ 4.72 3.96 5.52 -
YUV 57.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 72 49 65 0 0.32 0.10 0.72 318.26 0.19 0.24
Hex 48 31 41 0 20 A 48 13E 13 18
Octal 110 61 101 0 40 12 110 476 23 30
Binary 1001000 110001 1000001 0 100000 1010 1001000 100111110 10011 11000

Color Harmonies of #483141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483141

Black with #483141

Text Example


Text Example

White with #483141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483141; }

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

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

background-color css

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

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

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

border-color css

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

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

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