Html Css Color HEX #482D3F Voodoo

📋 copy color: '#482D3F'

red 72 ◦ green 45 ◦ blue 63

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

Shades of Voodoo #482D3F

Tints of Voodoo #482D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 35%

R = 40%
G = 25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#482D3F (or 0x482D3F) is known color: Voodoo. HEX triplet: 48, 2D and 3F. RGB value is (72,45,63). Sum of RGB (Red+Green+Blue) = 72+45+63=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D3F is #B7D2C0. Grayscale: #373737. Windows color (decimal): -12047041 or 4140360. OLE color: 4140360.

HSL color Cylindrical-coordinate representation of color #482D3F: hue angle of 320º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482D3F is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 63 -
CMYK 0 0.38 0.12 0.72
HSL 320º 0.23% 0.23% -
HSV(B) 320º 0.38% 0.28% -
XYZ 4.51 3.61 5.16 -
YUV 55.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 72 45 63 0 0.38 0.12 0.72 320 0.23 0.23
Hex 48 2D 3F 0 26 C 48 140 17 17
Octal 110 55 77 0 46 14 110 500 27 27
Binary 1001000 101101 111111 0 100110 1100 1001000 101000000 10111 10111

Color Harmonies of #482D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D3F

Black with #482D3F

Text Example


Text Example

White with #482D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D3F; }

 p { color: rgb(72,45,63); }

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

background-color css

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

 a { background-color: rgb(72,45,63); }

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

border-color css

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

 span { border-color: rgb(72,45,63); }

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