Html Css Color HEX #483341 Voodoo

📋 copy color: '#483341'

red 72 ◦ green 51 ◦ blue 65

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

Shades of Voodoo #483341

Tints of Voodoo #483341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 38.3%
G = 27.13%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#483341 (or 0x483341) is known color: Voodoo. HEX triplet: 48, 33 and 41. RGB value is (72,51,65). Sum of RGB (Red+Green+Blue) = 72+51+65=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483341 is #B7CCBE. Grayscale: #3A3A3A. Windows color (decimal): -12045503 or 4272968. OLE color: 4272968.

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

Color convert

RGB 72 51 65 -
CMYK 0 0.29 0.10 0.72
HSL 320º 0.17% 0.24% -
HSV(B) 320º 0.29% 0.28% -
XYZ 4.81 4.13 5.54 -
YUV 58.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 72 51 65 0 0.29 0.10 0.72 320 0.17 0.24
Hex 48 33 41 0 1D A 48 140 11 18
Octal 110 63 101 0 35 12 110 500 21 30
Binary 1001000 110011 1000001 0 11101 1010 1001000 101000000 10001 11000

Color Harmonies of #483341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483341

Black with #483341

Text Example


Text Example

White with #483341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483341; }

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

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

background-color css

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

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

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

border-color css

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

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

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