Html Css Color HEX #48213F Voodoo

📋 copy color: '#48213F'

red 72 ◦ green 33 ◦ blue 63

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

Shades of Voodoo #48213F

Tints of Voodoo #48213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.5%

R = 42.86%
G = 19.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48213F (or 0x48213F) is known color: Voodoo. HEX triplet: 48, 21 and 3F. RGB value is (72,33,63). Sum of RGB (Red+Green+Blue) = 72+33+63=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213F is #B7DEC0. Grayscale: #2F2F2F. Windows color (decimal): -12050113 or 4137288. OLE color: 4137288.

HSL color Cylindrical-coordinate representation of color #48213F: hue angle of 313.85º 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 #48213F is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 63 -
CMYK 0 0.54 0.12 0.72
HSL 313.85º 0.37% 0.21% -
HSV(B) 313.85º 0.54% 0.28% -
XYZ 4.11 2.82 5.03 -
YUV 48.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 72 33 63 0 0.54 0.12 0.72 313.85 0.37 0.21
Hex 48 21 3F 0 36 C 48 13A 25 15
Octal 110 41 77 0 66 14 110 472 45 25
Binary 1001000 100001 111111 0 110110 1100 1001000 100111010 100101 10101

Color Harmonies of #48213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48213F

Black with #48213F

Text Example


Text Example

White with #48213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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