Html Css Color HEX #48285F Scarlet Gum

📋 copy color: '#48285F'

red 72 ◦ green 40 ◦ blue 95

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

Shades of Scarlet Gum #48285F

Tints of Scarlet Gum #48285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 34.78%
G = 19.32%
B = 45.89%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48285F (or 0x48285F) is known color: Scarlet Gum. HEX triplet: 48, 28 and 5F. RGB value is (72,40,95). Sum of RGB (Red+Green+Blue) = 72+40+95=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #48285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285F is #B7D7A0. Grayscale: #373737. Windows color (decimal): -12048289 or 6236232. OLE color: 6236232.

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

Color convert

RGB 72 40 95 -
CMYK 0.24 0.58 0 0.63
HSL 274.91º 0.41% 0.26% -
HSV(B) 274.91º 0.58% 0.37% -
XYZ 5.5 3.72 11.26 -
YUV 55.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 72 40 95 0.24 0.58 0 0.63 274.91 0.41 0.26
Hex 48 28 5F 18 3A 0 3F 113 29 1A
Octal 110 50 137 30 72 0 77 423 51 32
Binary 1001000 101000 1011111 11000 111010 0 111111 100010011 101001 11010

Color Harmonies of #48285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48285F

Black with #48285F

Text Example


Text Example

White with #48285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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