Html Css Color HEX #48255F Scarlet Gum

📋 copy color: '#48255F'

red 72 ◦ green 37 ◦ blue 95

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

Shades of Scarlet Gum #48255F

Tints of Scarlet Gum #48255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 35.29%
G = 18.14%
B = 46.57%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48255F (or 0x48255F) is known color: Scarlet Gum. HEX triplet: 48, 25 and 5F. RGB value is (72,37,95). Sum of RGB (Red+Green+Blue) = 72+37+95=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #48255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255F is #B7DAA0. Grayscale: #353535. Windows color (decimal): -12049057 or 6235464. OLE color: 6235464.

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

Color convert

RGB 72 37 95 -
CMYK 0.24 0.61 0 0.63
HSL 276.21º 0.44% 0.26% -
HSV(B) 276.21º 0.61% 0.37% -
XYZ 5.4 3.53 11.22 -
YUV 54.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 72 37 95 0.24 0.61 0 0.63 276.21 0.44 0.26
Hex 48 25 5F 18 3D 0 3F 114 2C 1A
Octal 110 45 137 30 75 0 77 424 54 32
Binary 1001000 100101 1011111 11000 111101 0 111111 100010100 101100 11010

Color Harmonies of #48255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48255F

Black with #48255F

Text Example


Text Example

White with #48255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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