Html Css Color HEX #483441 Voodoo

📋 copy color: '#483441'

red 72 ◦ green 52 ◦ blue 65

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

Shades of Voodoo #483441

Tints of Voodoo #483441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 38.1%
G = 27.51%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483441 (or 0x483441) is known color: Voodoo. HEX triplet: 48, 34 and 41. RGB value is (72,52,65). Sum of RGB (Red+Green+Blue) = 72+52+65=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483441 is #B7CBBE. Grayscale: #3B3B3B. Windows color (decimal): -12045247 or 4273224. OLE color: 4273224.

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

Color convert

RGB 72 52 65 -
CMYK 0 0.28 0.10 0.72
HSL 321º 0.16% 0.24% -
HSV(B) 321º 0.28% 0.28% -
XYZ 4.85 4.22 5.56 -
YUV 59.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 72 52 65 0 0.28 0.10 0.72 321 0.16 0.24
Hex 48 34 41 0 1C A 48 141 10 18
Octal 110 64 101 0 34 12 110 501 20 30
Binary 1001000 110100 1000001 0 11100 1010 1001000 101000001 10000 11000

Color Harmonies of #483441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483441

Black with #483441

Text Example


Text Example

White with #483441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483441; }

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

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

background-color css

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

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

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

border-color css

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

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

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