Html Css Color HEX #482440 Voodoo

📋 copy color: '#482440'

red 72 ◦ green 36 ◦ blue 64

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

Shades of Voodoo #482440

Tints of Voodoo #482440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

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

R = 41.86%
G = 20.93%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#482440 (or 0x482440) is known color: Voodoo. HEX triplet: 48, 24 and 40. RGB value is (72,36,64). Sum of RGB (Red+Green+Blue) = 72+36+64=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482440 is #B7DBBF. Grayscale: #313131. Windows color (decimal): -12049344 or 4203592. OLE color: 4203592.

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

Color convert

RGB 72 36 64 -
CMYK 0 0.5 0.11 0.72
HSL 313.33º 0.33% 0.21% -
HSV(B) 313.33º 0.5% 0.28% -
XYZ 4.23 3.01 5.21 -
YUV 49.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 72 36 64 0 0.5 0.11 0.72 313.33 0.33 0.21
Hex 48 24 40 0 32 B 48 139 21 15
Octal 110 44 100 0 62 13 110 471 41 25
Binary 1001000 100100 1000000 0 110010 1011 1001000 100111001 100001 10101

Color Harmonies of #482440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482440

Black with #482440

Text Example


Text Example

White with #482440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482440; }

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

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

background-color css

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

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

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

border-color css

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

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

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