Html Css Color HEX #482B41 Voodoo

📋 copy color: '#482B41'

red 72 ◦ green 43 ◦ blue 65

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

Shades of Voodoo #482B41

Tints of Voodoo #482B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.89%

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

R = 40%
G = 23.89%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482B41 (or 0x482B41) is known color: Voodoo. HEX triplet: 48, 2B and 41. RGB value is (72,43,65). Sum of RGB (Red+Green+Blue) = 72+43+65=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B41 is #B7D4BE. Grayscale: #363636. Windows color (decimal): -12047551 or 4270920. OLE color: 4270920.

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

Color convert

RGB 72 43 65 -
CMYK 0 0.40 0.10 0.72
HSL 314.48º 0.25% 0.23% -
HSV(B) 314.48º 0.4% 0.28% -
XYZ 4.49 3.49 5.44 -
YUV 54.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 72 43 65 0 0.40 0.10 0.72 314.48 0.25 0.23
Hex 48 2B 41 0 28 A 48 13A 19 17
Octal 110 53 101 0 50 12 110 472 31 27
Binary 1001000 101011 1000001 0 101000 1010 1001000 100111010 11001 10111

Color Harmonies of #482B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B41

Black with #482B41

Text Example


Text Example

White with #482B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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