Html Css Color HEX #48203F Voodoo

📋 copy color: '#48203F'

red 72 ◦ green 32 ◦ blue 63

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

Shades of Voodoo #48203F

Tints of Voodoo #48203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 43.11%
G = 19.16%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48203F (or 0x48203F) is known color: Voodoo. HEX triplet: 48, 20 and 3F. RGB value is (72,32,63). Sum of RGB (Red+Green+Blue) = 72+32+63=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203F is #B7DFC0. Grayscale: #2F2F2F. Windows color (decimal): -12050369 or 4137032. OLE color: 4137032.

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

Color convert

RGB 72 32 63 -
CMYK 0 0.56 0.12 0.72
HSL 313.5º 0.38% 0.2% -
HSV(B) 313.5º 0.56% 0.28% -
XYZ 4.09 2.77 5.02 -
YUV 47.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 72 32 63 0 0.56 0.12 0.72 313.5 0.38 0.2
Hex 48 20 3F 0 38 C 48 13A 26 14
Octal 110 40 77 0 70 14 110 472 46 24
Binary 1001000 100000 111111 0 111000 1100 1001000 100111010 100110 10100

Color Harmonies of #48203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48203F

Black with #48203F

Text Example


Text Example

White with #48203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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