Html Css Color HEX #482340 Voodoo

📋 copy color: '#482340'

red 72 ◦ green 35 ◦ blue 64

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

Shades of Voodoo #482340

Tints of Voodoo #482340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 42.11%
G = 20.47%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#482340 (or 0x482340) is known color: Voodoo. HEX triplet: 48, 23 and 40. RGB value is (72,35,64). Sum of RGB (Red+Green+Blue) = 72+35+64=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482340 is #B7DCBF. Grayscale: #313131. Windows color (decimal): -12049600 or 4203336. OLE color: 4203336.

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

Color convert

RGB 72 35 64 -
CMYK 0 0.51 0.11 0.72
HSL 312.97º 0.35% 0.21% -
HSV(B) 312.97º 0.51% 0.28% -
XYZ 4.2 2.95 5.2 -
YUV 49.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 72 35 64 0 0.51 0.11 0.72 312.97 0.35 0.21
Hex 48 23 40 0 33 B 48 139 23 15
Octal 110 43 100 0 63 13 110 471 43 25
Binary 1001000 100011 1000000 0 110011 1011 1001000 100111001 100011 10101

Color Harmonies of #482340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482340

Black with #482340

Text Example


Text Example

White with #482340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482340; }

 p { color: rgb(72,35,64); }

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

background-color css

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

 a { background-color: rgb(72,35,64); }

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

border-color css

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

 span { border-color: rgb(72,35,64); }

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