Html Css Color HEX #482341 Voodoo

📋 copy color: '#482341'

red 72 ◦ green 35 ◦ blue 65

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

Shades of Voodoo #482341

Tints of Voodoo #482341

RGB

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

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

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

R = 41.86%
G = 20.35%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482341 (or 0x482341) is known color: Voodoo. HEX triplet: 48, 23 and 41. RGB value is (72,35,65). Sum of RGB (Red+Green+Blue) = 72+35+65=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482341 is #B7DCBE. Grayscale: #313131. Windows color (decimal): -12049599 or 4268872. OLE color: 4268872.

HSL color Cylindrical-coordinate representation of color #482341: hue angle of 311.35º 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 #482341 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 65 -
CMYK 0 0.51 0.10 0.72
HSL 311.35º 0.35% 0.21% -
HSV(B) 311.35º 0.51% 0.28% -
XYZ 4.23 2.96 5.35 -
YUV 49.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 72 35 65 0 0.51 0.10 0.72 311.35 0.35 0.21
Hex 48 23 41 0 33 A 48 137 23 15
Octal 110 43 101 0 63 12 110 467 43 25
Binary 1001000 100011 1000001 0 110011 1010 1001000 100110111 100011 10101

Color Harmonies of #482341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482341

Black with #482341

Text Example


Text Example

White with #482341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482341; }

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

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

background-color css

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

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

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

border-color css

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

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

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