Html Css Color HEX #48205F Scarlet Gum

📋 copy color: '#48205F'

red 72 ◦ green 32 ◦ blue 95

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

Shades of Scarlet Gum #48205F

Tints of Scarlet Gum #48205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 36.18%
G = 16.08%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48205F (or 0x48205F) is known color: Scarlet Gum. HEX triplet: 48, 20 and 5F. RGB value is (72,32,95). Sum of RGB (Red+Green+Blue) = 72+32+95=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #48205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48205F is #B7DFA0. Grayscale: #323232. Windows color (decimal): -12050337 or 6234184. OLE color: 6234184.

HSL color Cylindrical-coordinate representation of color #48205F: hue angle of 278.1º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48205F is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 32 95 -
CMYK 0.24 0.66 0 0.63
HSL 278.1º 0.5% 0.25% -
HSV(B) 278.1º 0.66% 0.37% -
XYZ 5.25 3.24 11.17 -
YUV 51.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 72 32 95 0.24 0.66 0 0.63 278.1 0.5 0.25
Hex 48 20 5F 18 42 0 3F 116 32 19
Octal 110 40 137 30 102 0 77 426 62 31
Binary 1001000 100000 1011111 11000 1000010 0 111111 100010110 110010 11001

Color Harmonies of #48205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48205F

Black with #48205F

Text Example


Text Example

White with #48205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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