Html Css Color HEX #483242 Voodoo

📋 copy color: '#483242'

red 72 ◦ green 50 ◦ blue 66

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

Shades of Voodoo #483242

Tints of Voodoo #483242

RGB

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

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

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

R = 38.3%
G = 26.6%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#483242 (or 0x483242) is known color: Voodoo. HEX triplet: 48, 32 and 42. RGB value is (72,50,66). Sum of RGB (Red+Green+Blue) = 72+50+66=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483242 is #B7CDBD. Grayscale: #3A3A3A. Windows color (decimal): -12045758 or 4338248. OLE color: 4338248.

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

Color convert

RGB 72 50 66 -
CMYK 0 0.31 0.08 0.72
HSL 316.36º 0.18% 0.24% -
HSV(B) 316.36º 0.31% 0.28% -
XYZ 4.8 4.05 5.68 -
YUV 58.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 72 50 66 0 0.31 0.08 0.72 316.36 0.18 0.24
Hex 48 32 42 0 1F 8 48 13C 12 18
Octal 110 62 102 0 37 10 110 474 22 30
Binary 1001000 110010 1000010 0 11111 1000 1001000 100111100 10010 11000

Color Harmonies of #483242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483242

Black with #483242

Text Example


Text Example

White with #483242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483242; }

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

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

background-color css

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

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

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

border-color css

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

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

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