Html Css Color HEX #482A40 Voodoo

📋 copy color: '#482A40'

red 72 ◦ green 42 ◦ blue 64

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

Shades of Voodoo #482A40

Tints of Voodoo #482A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

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

R = 40.45%
G = 23.6%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#482A40 (or 0x482A40) is known color: Voodoo. HEX triplet: 48, 2A and 40. RGB value is (72,42,64). Sum of RGB (Red+Green+Blue) = 72+42+64=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A40 is #B7D5BF. Grayscale: #353535. Windows color (decimal): -12047808 or 4205128. OLE color: 4205128.

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

Color convert

RGB 72 42 64 -
CMYK 0 0.42 0.11 0.72
HSL 316º 0.26% 0.22% -
HSV(B) 316º 0.42% 0.28% -
XYZ 4.43 3.4 5.27 -
YUV 53.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 72 42 64 0 0.42 0.11 0.72 316 0.26 0.22
Hex 48 2A 40 0 2A B 48 13C 1A 16
Octal 110 52 100 0 52 13 110 474 32 26
Binary 1001000 101010 1000000 0 101010 1011 1001000 100111100 11010 10110

Color Harmonies of #482A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A40

Black with #482A40

Text Example


Text Example

White with #482A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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