Html Css Color HEX #483241 Voodoo

📋 copy color: '#483241'

red 72 ◦ green 50 ◦ blue 65

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

Shades of Voodoo #483241

Tints of Voodoo #483241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 38.5%
G = 26.74%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483241 (or 0x483241) is known color: Voodoo. HEX triplet: 48, 32 and 41. RGB value is (72,50,65). Sum of RGB (Red+Green+Blue) = 72+50+65=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483241 is #B7CDBE. Grayscale: #3A3A3A. Windows color (decimal): -12045759 or 4272712. OLE color: 4272712.

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

Color convert

RGB 72 50 65 -
CMYK 0 0.31 0.10 0.72
HSL 319.09º 0.18% 0.24% -
HSV(B) 319.09º 0.31% 0.28% -
XYZ 4.77 4.04 5.53 -
YUV 58.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 72 50 65 0 0.31 0.10 0.72 319.09 0.18 0.24
Hex 48 32 41 0 1F A 48 13F 12 18
Octal 110 62 101 0 37 12 110 477 22 30
Binary 1001000 110010 1000001 0 11111 1010 1001000 100111111 10010 11000

Color Harmonies of #483241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483241

Black with #483241

Text Example


Text Example

White with #483241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483241; }

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

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

background-color css

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

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

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

border-color css

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

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

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