Html Css Color HEX #48185F Scarlet Gum

📋 copy color: '#48185F'

red 72 ◦ green 24 ◦ blue 95

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

Shades of Scarlet Gum #48185F

Tints of Scarlet Gum #48185F

RGB

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

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

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

R = 37.7%
G = 12.57%
B = 49.74%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48185F (or 0x48185F) is known color: Scarlet Gum. HEX triplet: 48, 18 and 5F. RGB value is (72,24,95). Sum of RGB (Red+Green+Blue) = 72+24+95=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #48185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48185F is #B7E7A0. Grayscale: #2E2E2E. Windows color (decimal): -12052385 or 6232136. OLE color: 6232136.

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

Color convert

RGB 72 24 95 -
CMYK 0.24 0.75 0 0.63
HSL 280.56º 0.6% 0.23% -
HSV(B) 280.56º 0.75% 0.37% -
XYZ 5.06 2.86 11.11 -
YUV 46.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 72 24 95 0.24 0.75 0 0.63 280.56 0.6 0.23
Hex 48 18 5F 18 4B 0 3F 119 3C 17
Octal 110 30 137 30 113 0 77 431 74 27
Binary 1001000 11000 1011111 11000 1001011 0 111111 100011001 111100 10111

Color Harmonies of #48185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48185F

Black with #48185F

Text Example


Text Example

White with #48185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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