Html Css Color HEX #48255C Scarlet Gum

📋 copy color: '#48255C'

red 72 ◦ green 37 ◦ blue 92

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

Shades of Scarlet Gum #48255C

Tints of Scarlet Gum #48255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 35.82%
G = 18.41%
B = 45.77%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48255C (or 0x48255C) is known color: Scarlet Gum. HEX triplet: 48, 25 and 5C. RGB value is (72,37,92). Sum of RGB (Red+Green+Blue) = 72+37+92=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #48255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48255C is #B7DAA3. Grayscale: #353535. Windows color (decimal): -12049060 or 6038856. OLE color: 6038856.

HSL color Cylindrical-coordinate representation of color #48255C: hue angle of 278.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48255C is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 37 92 -
CMYK 0.22 0.60 0 0.64
HSL 278.18º 0.43% 0.25% -
HSV(B) 278.18º 0.6% 0.36% -
XYZ 5.27 3.47 10.52 -
YUV 53.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 72 37 92 0.22 0.60 0 0.64 278.18 0.43 0.25
Hex 48 25 5C 16 3C 0 40 116 2B 19
Octal 110 45 134 26 74 0 100 426 53 31
Binary 1001000 100101 1011100 10110 111100 0 1000000 100010110 101011 11001

Color Harmonies of #48255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48255C

Black with #48255C

Text Example


Text Example

White with #48255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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