Html Css Color HEX #48205E Scarlet Gum

📋 copy color: '#48205E'

red 72 ◦ green 32 ◦ blue 94

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

Shades of Scarlet Gum #48205E

Tints of Scarlet Gum #48205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 36.36%
G = 16.16%
B = 47.47%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48205E (or 0x48205E) is known color: Scarlet Gum. HEX triplet: 48, 20 and 5E. RGB value is (72,32,94). Sum of RGB (Red+Green+Blue) = 72+32+94=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #48205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48205E is #B7DFA1. Grayscale: #323232. Windows color (decimal): -12050338 or 6168648. OLE color: 6168648.

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

Color convert

RGB 72 32 94 -
CMYK 0.23 0.66 0 0.63
HSL 278.71º 0.49% 0.25% -
HSV(B) 278.71º 0.66% 0.37% -
XYZ 5.21 3.22 10.94 -
YUV 51.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 72 32 94 0.23 0.66 0 0.63 278.71 0.49 0.25
Hex 48 20 5E 17 42 0 3F 117 31 19
Octal 110 40 136 27 102 0 77 427 61 31
Binary 1001000 100000 1011110 10111 1000010 0 111111 100010111 110001 11001

Color Harmonies of #48205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48205E

Black with #48205E

Text Example


Text Example

White with #48205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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