Html Css Color HEX #48285D Scarlet Gum

📋 copy color: '#48285D'

red 72 ◦ green 40 ◦ blue 93

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

Shades of Scarlet Gum #48285D

Tints of Scarlet Gum #48285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 35.12%
G = 19.51%
B = 45.37%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48285D (or 0x48285D) is known color: Scarlet Gum. HEX triplet: 48, 28 and 5D. RGB value is (72,40,93). Sum of RGB (Red+Green+Blue) = 72+40+93=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #48285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285D is #B7D7A2. Grayscale: #373737. Windows color (decimal): -12048291 or 6105160. OLE color: 6105160.

HSL color Cylindrical-coordinate representation of color #48285D: hue angle of 276.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48285D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 40 93 -
CMYK 0.23 0.57 0 0.64
HSL 276.23º 0.4% 0.26% -
HSV(B) 276.23º 0.57% 0.36% -
XYZ 5.41 3.69 10.78 -
YUV 55.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 72 40 93 0.23 0.57 0 0.64 276.23 0.4 0.26
Hex 48 28 5D 17 39 0 40 114 28 1A
Octal 110 50 135 27 71 0 100 424 50 32
Binary 1001000 101000 1011101 10111 111001 0 1000000 100010100 101000 11010

Color Harmonies of #48285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48285D

Black with #48285D

Text Example


Text Example

White with #48285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48285D; }

 p { color: rgb(72,40,93); }

 H1.HeaderClassName
 {
   color: #48285D;
 }
 .AnyTagClassName
 {
   color: #48285D;
 }
</style>

background-color css

<style>
 a { background-color: #48285D; }

 a { background-color: rgb(72,40,93); }

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

border-color css

<style>
 span { border-color: #48285D; }

 span { border-color: rgb(72,40,93); }

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