Html Css Color HEX #482441 Voodoo

📋 copy color: '#482441'

red 72 ◦ green 36 ◦ blue 65

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

Shades of Voodoo #482441

Tints of Voodoo #482441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 41.62%
G = 20.81%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482441 (or 0x482441) is known color: Voodoo. HEX triplet: 48, 24 and 41. RGB value is (72,36,65). Sum of RGB (Red+Green+Blue) = 72+36+65=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482441 is #B7DBBE. Grayscale: #313131. Windows color (decimal): -12049343 or 4269128. OLE color: 4269128.

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

Color convert

RGB 72 36 65 -
CMYK 0 0.5 0.10 0.72
HSL 311.67º 0.33% 0.21% -
HSV(B) 311.67º 0.5% 0.28% -
XYZ 4.26 3.02 5.36 -
YUV 50.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 72 36 65 0 0.5 0.10 0.72 311.67 0.33 0.21
Hex 48 24 41 0 32 A 48 138 21 15
Octal 110 44 101 0 62 12 110 470 41 25
Binary 1001000 100100 1000001 0 110010 1010 1001000 100111000 100001 10101

Color Harmonies of #482441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482441

Black with #482441

Text Example


Text Example

White with #482441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482441; }

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

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

background-color css

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

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

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

border-color css

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

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

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