Html Css Color HEX #48365B Scarlet Gum

📋 copy color: '#48365B'

red 72 ◦ green 54 ◦ blue 91

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

Shades of Scarlet Gum #48365B

Tints of Scarlet Gum #48365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 33.18%
G = 24.88%
B = 41.94%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48365B (or 0x48365B) is known color: Scarlet Gum. HEX triplet: 48, 36 and 5B. RGB value is (72,54,91). Sum of RGB (Red+Green+Blue) = 72+54+91=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #48365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48365B is #B7C9A4. Grayscale: #3F3F3F. Windows color (decimal): -12044709 or 5977672. OLE color: 5977672.

HSL color Cylindrical-coordinate representation of color #48365B: hue angle of 269.19º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48365B is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 54 91 -
CMYK 0.21 0.41 0 0.64
HSL 269.19º 0.26% 0.28% -
HSV(B) 269.19º 0.41% 0.36% -
XYZ 5.88 4.77 10.51 -
YUV 63.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 72 54 91 0.21 0.41 0 0.64 269.19 0.26 0.28
Hex 48 36 5B 15 29 0 40 10D 1A 1C
Octal 110 66 133 25 51 0 100 415 32 34
Binary 1001000 110110 1011011 10101 101001 0 1000000 100001101 11010 11100

Color Harmonies of #48365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48365B

Black with #48365B

Text Example


Text Example

White with #48365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48365B; }

 p { color: rgb(72,54,91); }

 H1.HeaderClassName
 {
   color: #48365B;
 }
 .AnyTagClassName
 {
   color: #48365B;
 }
</style>

background-color css

<style>
 a { background-color: #48365B; }

 a { background-color: rgb(72,54,91); }

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

border-color css

<style>
 span { border-color: #48365B; }

 span { border-color: rgb(72,54,91); }

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