Html Css Color HEX #48195B Scarlet Gum

📋 copy color: '#48195B'

red 72 ◦ green 25 ◦ blue 91

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

Shades of Scarlet Gum #48195B

Tints of Scarlet Gum #48195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

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

R = 38.3%
G = 13.3%
B = 48.4%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48195B (or 0x48195B) is known color: Scarlet Gum. HEX triplet: 48, 19 and 5B. RGB value is (72,25,91). Sum of RGB (Red+Green+Blue) = 72+25+91=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #48195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48195B is #B7E6A4. Grayscale: #2E2E2E. Windows color (decimal): -12052133 or 5970248. OLE color: 5970248.

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

Color convert

RGB 72 25 91 -
CMYK 0.21 0.73 0 0.64
HSL 282.73º 0.57% 0.23% -
HSV(B) 282.73º 0.73% 0.36% -
XYZ 4.91 2.83 10.18 -
YUV 46.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 72 25 91 0.21 0.73 0 0.64 282.73 0.57 0.23
Hex 48 19 5B 15 49 0 40 11B 39 17
Octal 110 31 133 25 111 0 100 433 71 27
Binary 1001000 11001 1011011 10101 1001001 0 1000000 100011011 111001 10111

Color Harmonies of #48195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48195B

Black with #48195B

Text Example


Text Example

White with #48195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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