Html Css Color HEX #48295E Scarlet Gum

📋 copy color: '#48295E'

red 72 ◦ green 41 ◦ blue 94

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

Shades of Scarlet Gum #48295E

Tints of Scarlet Gum #48295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

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

R = 34.78%
G = 19.81%
B = 45.41%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48295E (or 0x48295E) is known color: Scarlet Gum. HEX triplet: 48, 29 and 5E. RGB value is (72,41,94). Sum of RGB (Red+Green+Blue) = 72+41+94=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #48295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48295E is #B7D6A1. Grayscale: #383838. Windows color (decimal): -12048034 or 6170952. OLE color: 6170952.

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

Color convert

RGB 72 41 94 -
CMYK 0.23 0.56 0 0.63
HSL 275.09º 0.39% 0.26% -
HSV(B) 275.09º 0.56% 0.37% -
XYZ 5.49 3.77 11.03 -
YUV 56.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 72 41 94 0.23 0.56 0 0.63 275.09 0.39 0.26
Hex 48 29 5E 17 38 0 3F 113 27 1A
Octal 110 51 136 27 70 0 77 423 47 32
Binary 1001000 101001 1011110 10111 111000 0 111111 100010011 100111 11010

Color Harmonies of #48295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48295E

Black with #48295E

Text Example


Text Example

White with #48295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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