Html Css Color HEX #48285C Scarlet Gum

📋 copy color: '#48285C'

red 72 ◦ green 40 ◦ blue 92

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

Shades of Scarlet Gum #48285C

Tints of Scarlet Gum #48285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 35.29%
G = 19.61%
B = 45.1%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48285C (or 0x48285C) is known color: Scarlet Gum. HEX triplet: 48, 28 and 5C. RGB value is (72,40,92). Sum of RGB (Red+Green+Blue) = 72+40+92=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #48285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48285C is #B7D7A3. Grayscale: #373737. Windows color (decimal): -12048292 or 6039624. OLE color: 6039624.

HSL color Cylindrical-coordinate representation of color #48285C: hue angle of 276.92º degrees, saturation: 0.39, 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 #48285C is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 40 92 -
CMYK 0.22 0.57 0 0.64
HSL 276.92º 0.39% 0.26% -
HSV(B) 276.92º 0.57% 0.36% -
XYZ 5.36 3.67 10.55 -
YUV 55.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 72 40 92 0.22 0.57 0 0.64 276.92 0.39 0.26
Hex 48 28 5C 16 39 0 40 115 27 1A
Octal 110 50 134 26 71 0 100 425 47 32
Binary 1001000 101000 1011100 10110 111001 0 1000000 100010101 100111 11010

Color Harmonies of #48285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48285C

Black with #48285C

Text Example


Text Example

White with #48285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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