Html Css Color HEX #48193F Voodoo

📋 copy color: '#48193F'

red 72 ◦ green 25 ◦ blue 63

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

Shades of Voodoo #48193F

Tints of Voodoo #48193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 45%
G = 15.63%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48193F (or 0x48193F) is known color: Voodoo. HEX triplet: 48, 19 and 3F. RGB value is (72,25,63). Sum of RGB (Red+Green+Blue) = 72+25+63=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #48193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193F is #B7E6C0. Grayscale: #2B2B2B. Windows color (decimal): -12052161 or 4135240. OLE color: 4135240.

HSL color Cylindrical-coordinate representation of color #48193F: hue angle of 311.49º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48193F is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 63 -
CMYK 0 0.65 0.12 0.72
HSL 311.49º 0.48% 0.19% -
HSV(B) 311.49º 0.65% 0.28% -
XYZ 3.92 2.43 4.97 -
YUV 43.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 72 25 63 0 0.65 0.12 0.72 311.49 0.48 0.19
Hex 48 19 3F 0 41 C 48 137 30 13
Octal 110 31 77 0 101 14 110 467 60 23
Binary 1001000 11001 111111 0 1000001 1100 1001000 100110111 110000 10011

Color Harmonies of #48193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48193F

Black with #48193F

Text Example


Text Example

White with #48193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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