Html Css Color HEX #48293F Voodoo

📋 copy color: '#48293F'

red 72 ◦ green 41 ◦ blue 63

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

Shades of Voodoo #48293F

Tints of Voodoo #48293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 40.91%
G = 23.3%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48293F (or 0x48293F) is known color: Voodoo. HEX triplet: 48, 29 and 3F. RGB value is (72,41,63). Sum of RGB (Red+Green+Blue) = 72+41+63=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #48293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293F is #B7D6C0. Grayscale: #343434. Windows color (decimal): -12048065 or 4139336. OLE color: 4139336.

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

Color convert

RGB 72 41 63 -
CMYK 0 0.43 0.12 0.72
HSL 317.42º 0.27% 0.22% -
HSV(B) 317.42º 0.43% 0.28% -
XYZ 4.36 3.32 5.11 -
YUV 52.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 72 41 63 0 0.43 0.12 0.72 317.42 0.27 0.22
Hex 48 29 3F 0 2B C 48 13D 1B 16
Octal 110 51 77 0 53 14 110 475 33 26
Binary 1001000 101001 111111 0 101011 1100 1001000 100111101 11011 10110

Color Harmonies of #48293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48293F

Black with #48293F

Text Example


Text Example

White with #48293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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