Html Css Color HEX #48213C Voodoo

📋 copy color: '#48213C'

red 72 ◦ green 33 ◦ blue 60

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

Shades of Voodoo #48213C

Tints of Voodoo #48213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 43.64%
G = 20%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48213C (or 0x48213C) is known color: Voodoo. HEX triplet: 48, 21 and 3C. RGB value is (72,33,60). Sum of RGB (Red+Green+Blue) = 72+33+60=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48213C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213C is #B7DEC3. Grayscale: #2F2F2F. Windows color (decimal): -12050116 or 3940680. OLE color: 3940680.

HSL color Cylindrical-coordinate representation of color #48213C: hue angle of 318.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48213C is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 60 -
CMYK 0 0.54 0.17 0.72
HSL 318.46º 0.37% 0.21% -
HSV(B) 318.46º 0.54% 0.28% -
XYZ 4.03 2.79 4.6 -
YUV 47.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 72 33 60 0 0.54 0.17 0.72 318.46 0.37 0.21
Hex 48 21 3C 0 36 11 48 13E 25 15
Octal 110 41 74 0 66 21 110 476 45 25
Binary 1001000 100001 111100 0 110110 10001 1001000 100111110 100101 10101

Color Harmonies of #48213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48213C

Black with #48213C

Text Example


Text Example

White with #48213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48213C; }

 p { color: rgb(72,33,60); }

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

background-color css

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

 a { background-color: rgb(72,33,60); }

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

border-color css

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

 span { border-color: rgb(72,33,60); }

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