Html Css Color HEX #48175A Scarlet Gum

📋 copy color: '#48175A'

red 72 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #48175A

Tints of Scarlet Gum #48175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 38.92%
G = 12.43%
B = 48.65%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48175A (or 0x48175A) is known color: Scarlet Gum. HEX triplet: 48, 17 and 5A. RGB value is (72,23,90). Sum of RGB (Red+Green+Blue) = 72+23+90=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #48175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48175A is #B7E8A5. Grayscale: #2D2D2D. Windows color (decimal): -12052646 or 5904200. OLE color: 5904200.

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

Color convert

RGB 72 23 90 -
CMYK 0.20 0.74 0 0.65
HSL 283.88º 0.59% 0.22% -
HSV(B) 283.88º 0.74% 0.35% -
XYZ 4.82 2.73 9.95 -
YUV 45.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 72 23 90 0.20 0.74 0 0.65 283.88 0.59 0.22
Hex 48 17 5A 14 4A 0 41 11C 3B 16
Octal 110 27 132 24 112 0 101 434 73 26
Binary 1001000 10111 1011010 10100 1001010 0 1000001 100011100 111011 10110

Color Harmonies of #48175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48175A

Black with #48175A

Text Example


Text Example

White with #48175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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