Html Css Color HEX #48275F Scarlet Gum

📋 copy color: '#48275F'

red 72 ◦ green 39 ◦ blue 95

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

Shades of Scarlet Gum #48275F

Tints of Scarlet Gum #48275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 34.95%
G = 18.93%
B = 46.12%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48275F (or 0x48275F) is known color: Scarlet Gum. HEX triplet: 48, 27 and 5F. RGB value is (72,39,95). Sum of RGB (Red+Green+Blue) = 72+39+95=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #48275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48275F is #B7D8A0. Grayscale: #373737. Windows color (decimal): -12048545 or 6235976. OLE color: 6235976.

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

Color convert

RGB 72 39 95 -
CMYK 0.24 0.59 0 0.63
HSL 275.36º 0.42% 0.26% -
HSV(B) 275.36º 0.59% 0.37% -
XYZ 5.46 3.65 11.24 -
YUV 55.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 72 39 95 0.24 0.59 0 0.63 275.36 0.42 0.26
Hex 48 27 5F 18 3B 0 3F 113 2A 1A
Octal 110 47 137 30 73 0 77 423 52 32
Binary 1001000 100111 1011111 11000 111011 0 111111 100010011 101010 11010

Color Harmonies of #48275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48275F

Black with #48275F

Text Example


Text Example

White with #48275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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