Html Css Color HEX #482342 Voodoo

📋 copy color: '#482342'

red 72 ◦ green 35 ◦ blue 66

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

Shades of Voodoo #482342

Tints of Voodoo #482342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 41.62%
G = 20.23%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#482342 (or 0x482342) is known color: Voodoo. HEX triplet: 48, 23 and 42. RGB value is (72,35,66). Sum of RGB (Red+Green+Blue) = 72+35+66=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482342 is #B7DCBD. Grayscale: #313131. Windows color (decimal): -12049598 or 4334408. OLE color: 4334408.

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

Color convert

RGB 72 35 66 -
CMYK 0 0.51 0.08 0.72
HSL 309.73º 0.35% 0.21% -
HSV(B) 309.73º 0.51% 0.28% -
XYZ 4.26 2.97 5.5 -
YUV 49.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 72 35 66 0 0.51 0.08 0.72 309.73 0.35 0.21
Hex 48 23 42 0 33 8 48 136 23 15
Octal 110 43 102 0 63 10 110 466 43 25
Binary 1001000 100011 1000010 0 110011 1000 1001000 100110110 100011 10101

Color Harmonies of #482342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482342

Black with #482342

Text Example


Text Example

White with #482342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482342; }

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

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

background-color css

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

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

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

border-color css

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

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

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