Html Css Color HEX #48275A Scarlet Gum

📋 copy color: '#48275A'

red 72 ◦ green 39 ◦ blue 90

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

Shades of Scarlet Gum #48275A

Tints of Scarlet Gum #48275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 90 (35.55% from 255) = 44.78%

R = 35.82%
G = 19.4%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48275A (or 0x48275A) is known color: Scarlet Gum. HEX triplet: 48, 27 and 5A. RGB value is (72,39,90). Sum of RGB (Red+Green+Blue) = 72+39+90=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #48275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48275A is #B7D8A5. Grayscale: #363636. Windows color (decimal): -12048550 or 5908296. OLE color: 5908296.

HSL color Cylindrical-coordinate representation of color #48275A: hue angle of 278.82º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48275A is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 39 90 -
CMYK 0.20 0.57 0 0.65
HSL 278.82º 0.4% 0.25% -
HSV(B) 278.82º 0.57% 0.35% -
XYZ 5.24 3.57 10.08 -
YUV 54.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 72 39 90 0.20 0.57 0 0.65 278.82 0.4 0.25
Hex 48 27 5A 14 39 0 41 117 28 19
Octal 110 47 132 24 71 0 101 427 50 31
Binary 1001000 100111 1011010 10100 111001 0 1000001 100010111 101000 11001

Color Harmonies of #48275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48275A

Black with #48275A

Text Example


Text Example

White with #48275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48275A; }

 p { color: rgb(72,39,90); }

 H1.HeaderClassName
 {
   color: #48275A;
 }
 .AnyTagClassName
 {
   color: #48275A;
 }
</style>

background-color css

<style>
 a { background-color: #48275A; }

 a { background-color: rgb(72,39,90); }

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

border-color css

<style>
 span { border-color: #48275A; }

 span { border-color: rgb(72,39,90); }

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