Html Css Color HEX #48173F Voodoo

📋 copy color: '#48173F'

red 72 ◦ green 23 ◦ blue 63

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

Shades of Voodoo #48173F

Tints of Voodoo #48173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 45.57%
G = 14.56%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48173F (or 0x48173F) is known color: Voodoo. HEX triplet: 48, 17 and 3F. RGB value is (72,23,63). Sum of RGB (Red+Green+Blue) = 72+23+63=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173F is #B7E8C0. Grayscale: #2A2A2A. Windows color (decimal): -12052673 or 4134728. OLE color: 4134728.

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

Color convert

RGB 72 23 63 -
CMYK 0 0.68 0.12 0.72
HSL 311.02º 0.52% 0.19% -
HSV(B) 311.02º 0.68% 0.28% -
XYZ 3.88 2.35 4.95 -
YUV 42.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 72 23 63 0 0.68 0.12 0.72 311.02 0.52 0.19
Hex 48 17 3F 0 44 C 48 137 34 13
Octal 110 27 77 0 104 14 110 467 64 23
Binary 1001000 10111 111111 0 1000100 1100 1001000 100110111 110100 10011

Color Harmonies of #48173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48173F

Black with #48173F

Text Example


Text Example

White with #48173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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