Html Css Color HEX #48245F Scarlet Gum

📋 copy color: '#48245F'

red 72 ◦ green 36 ◦ blue 95

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

Shades of Scarlet Gum #48245F

Tints of Scarlet Gum #48245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 35.47%
G = 17.73%
B = 46.8%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48245F (or 0x48245F) is known color: Scarlet Gum. HEX triplet: 48, 24 and 5F. RGB value is (72,36,95). Sum of RGB (Red+Green+Blue) = 72+36+95=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #48245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48245F is #B7DBA0. Grayscale: #353535. Windows color (decimal): -12049313 or 6235208. OLE color: 6235208.

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

Color convert

RGB 72 36 95 -
CMYK 0.24 0.62 0 0.63
HSL 276.61º 0.45% 0.26% -
HSV(B) 276.61º 0.62% 0.37% -
XYZ 5.37 3.47 11.21 -
YUV 53.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 72 36 95 0.24 0.62 0 0.63 276.61 0.45 0.26
Hex 48 24 5F 18 3E 0 3F 115 2D 1A
Octal 110 44 137 30 76 0 77 425 55 32
Binary 1001000 100100 1011111 11000 111110 0 111111 100010101 101101 11010

Color Harmonies of #48245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48245F

Black with #48245F

Text Example


Text Example

White with #48245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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