Html Css Color HEX #483240 Voodoo

📋 copy color: '#483240'

red 72 ◦ green 50 ◦ blue 64

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

Shades of Voodoo #483240

Tints of Voodoo #483240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 38.71%
G = 26.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#483240 (or 0x483240) is known color: Voodoo. HEX triplet: 48, 32 and 40. RGB value is (72,50,64). Sum of RGB (Red+Green+Blue) = 72+50+64=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #483240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483240 is #B7CDBF. Grayscale: #3A3A3A. Windows color (decimal): -12045760 or 4207176. OLE color: 4207176.

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

Color convert

RGB 72 50 64 -
CMYK 0 0.31 0.11 0.72
HSL 321.82º 0.18% 0.24% -
HSV(B) 321.82º 0.31% 0.28% -
XYZ 4.74 4.03 5.38 -
YUV 58.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 72 50 64 0 0.31 0.11 0.72 321.82 0.18 0.24
Hex 48 32 40 0 1F B 48 142 12 18
Octal 110 62 100 0 37 13 110 502 22 30
Binary 1001000 110010 1000000 0 11111 1011 1001000 101000010 10010 11000

Color Harmonies of #483240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483240

Black with #483240

Text Example


Text Example

White with #483240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483240; }

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

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

background-color css

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

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

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

border-color css

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

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

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