Html Css Color HEX #482941 Voodoo

📋 copy color: '#482941'

red 72 ◦ green 41 ◦ blue 65

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

Shades of Voodoo #482941

Tints of Voodoo #482941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 40.45%
G = 23.03%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482941 (or 0x482941) is known color: Voodoo. HEX triplet: 48, 29 and 41. RGB value is (72,41,65). Sum of RGB (Red+Green+Blue) = 72+41+65=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482941 is #B7D6BE. Grayscale: #343434. Windows color (decimal): -12048063 or 4270408. OLE color: 4270408.

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

Color convert

RGB 72 41 65 -
CMYK 0 0.43 0.10 0.72
HSL 313.55º 0.27% 0.22% -
HSV(B) 313.55º 0.43% 0.28% -
XYZ 4.42 3.35 5.41 -
YUV 53.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 72 41 65 0 0.43 0.10 0.72 313.55 0.27 0.22
Hex 48 29 41 0 2B A 48 13A 1B 16
Octal 110 51 101 0 53 12 110 472 33 26
Binary 1001000 101001 1000001 0 101011 1010 1001000 100111010 11011 10110

Color Harmonies of #482941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482941

Black with #482941

Text Example


Text Example

White with #482941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482941; }

 p { color: rgb(72,41,65); }

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

background-color css

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

 a { background-color: rgb(72,41,65); }

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

border-color css

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

 span { border-color: rgb(72,41,65); }

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