Html Css Color HEX #48183F Voodoo

📋 copy color: '#48183F'

red 72 ◦ green 24 ◦ blue 63

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

Shades of Voodoo #48183F

Tints of Voodoo #48183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 45.28%
G = 15.09%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48183F (or 0x48183F) is known color: Voodoo. HEX triplet: 48, 18 and 3F. RGB value is (72,24,63). Sum of RGB (Red+Green+Blue) = 72+24+63=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183F is #B7E7C0. Grayscale: #2A2A2A. Windows color (decimal): -12052417 or 4134984. OLE color: 4134984.

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

Color convert

RGB 72 24 63 -
CMYK 0 0.67 0.12 0.72
HSL 311.25º 0.5% 0.19% -
HSV(B) 311.25º 0.67% 0.28% -
XYZ 3.9 2.39 4.96 -
YUV 42.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 72 24 63 0 0.67 0.12 0.72 311.25 0.5 0.19
Hex 48 18 3F 0 43 C 48 137 32 13
Octal 110 30 77 0 103 14 110 467 62 23
Binary 1001000 11000 111111 0 1000011 1100 1001000 100110111 110010 10011

Color Harmonies of #48183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48183F

Black with #48183F

Text Example


Text Example

White with #48183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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