Html Css Color HEX #48245E Scarlet Gum

📋 copy color: '#48245E'

red 72 ◦ green 36 ◦ blue 94

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

Shades of Scarlet Gum #48245E

Tints of Scarlet Gum #48245E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 35.64%
G = 17.82%
B = 46.53%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48245E (or 0x48245E) is known color: Scarlet Gum. HEX triplet: 48, 24 and 5E. RGB value is (72,36,94). Sum of RGB (Red+Green+Blue) = 72+36+94=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #48245E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48245E is #B7DBA1. Grayscale: #353535. Windows color (decimal): -12049314 or 6169672. OLE color: 6169672.

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

Color convert

RGB 72 36 94 -
CMYK 0.23 0.62 0 0.63
HSL 277.24º 0.45% 0.25% -
HSV(B) 277.24º 0.62% 0.37% -
XYZ 5.32 3.45 10.97 -
YUV 53.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 72 36 94 0.23 0.62 0 0.63 277.24 0.45 0.25
Hex 48 24 5E 17 3E 0 3F 115 2D 19
Octal 110 44 136 27 76 0 77 425 55 31
Binary 1001000 100100 1011110 10111 111110 0 111111 100010101 101101 11001

Color Harmonies of #48245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48245E

Black with #48245E

Text Example


Text Example

White with #48245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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