Html Css Color HEX #482740 Voodoo

📋 copy color: '#482740'

red 72 ◦ green 39 ◦ blue 64

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

Shades of Voodoo #482740

Tints of Voodoo #482740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 41.14%
G = 22.29%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#482740 (or 0x482740) is known color: Voodoo. HEX triplet: 48, 27 and 40. RGB value is (72,39,64). Sum of RGB (Red+Green+Blue) = 72+39+64=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482740 is #B7D8BF. Grayscale: #333333. Windows color (decimal): -12048576 or 4204360. OLE color: 4204360.

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

Color convert

RGB 72 39 64 -
CMYK 0 0.46 0.11 0.72
HSL 314.55º 0.3% 0.22% -
HSV(B) 314.55º 0.46% 0.28% -
XYZ 4.32 3.2 5.24 -
YUV 51.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 72 39 64 0 0.46 0.11 0.72 314.55 0.3 0.22
Hex 48 27 40 0 2E B 48 13B 1E 16
Octal 110 47 100 0 56 13 110 473 36 26
Binary 1001000 100111 1000000 0 101110 1011 1001000 100111011 11110 10110

Color Harmonies of #482740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482740

Black with #482740

Text Example


Text Example

White with #482740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482740; }

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

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

background-color css

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

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

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

border-color css

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

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

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