Html Css Color HEX #482541 Voodoo

📋 copy color: '#482541'

red 72 ◦ green 37 ◦ blue 65

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

Shades of Voodoo #482541

Tints of Voodoo #482541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 41.38%
G = 21.26%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482541 (or 0x482541) is known color: Voodoo. HEX triplet: 48, 25 and 41. RGB value is (72,37,65). Sum of RGB (Red+Green+Blue) = 72+37+65=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482541 is #B7DABE. Grayscale: #323232. Windows color (decimal): -12049087 or 4269384. OLE color: 4269384.

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

Color convert

RGB 72 37 65 -
CMYK 0 0.49 0.10 0.72
HSL 312º 0.32% 0.21% -
HSV(B) 312º 0.49% 0.28% -
XYZ 4.29 3.08 5.37 -
YUV 50.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 72 37 65 0 0.49 0.10 0.72 312 0.32 0.21
Hex 48 25 41 0 31 A 48 138 20 15
Octal 110 45 101 0 61 12 110 470 40 25
Binary 1001000 100101 1000001 0 110001 1010 1001000 100111000 100000 10101

Color Harmonies of #482541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482541

Black with #482541

Text Example


Text Example

White with #482541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482541; }

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

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

background-color css

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

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

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

border-color css

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

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

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