Html Css Color HEX #48075D Scarlet Gum

📋 copy color: '#48075D'

red 72 ◦ green 7 ◦ blue 93

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

Shades of Scarlet Gum #48075D

Tints of Scarlet Gum #48075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 41.86%
G = 4.07%
B = 54.07%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48075D (or 0x48075D) is known color: Scarlet Gum. HEX triplet: 48, 07 and 5D. RGB value is (72,7,93). Sum of RGB (Red+Green+Blue) = 72+7+93=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #48075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48075D is #B7F8A2. Grayscale: #232323. Windows color (decimal): -12056739 or 6096712. OLE color: 6096712.

HSL color Cylindrical-coordinate representation of color #48075D: hue angle of 285.35º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48075D is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 7 93 -
CMYK 0.23 0.92 0 0.64
HSL 285.35º 0.86% 0.2% -
HSV(B) 285.35º 0.92% 0.36% -
XYZ 4.72 2.32 10.55 -
YUV 36.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 72 7 93 0.23 0.92 0 0.64 285.35 0.86 0.2
Hex 48 7 5D 17 5C 0 40 11D 56 14
Octal 110 7 135 27 134 0 100 435 126 24
Binary 1001000 111 1011101 10111 1011100 0 1000000 100011101 1010110 10100

Color Harmonies of #48075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48075D

Black with #48075D

Text Example


Text Example

White with #48075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48075D; }

 p { color: rgb(72,7,93); }

 H1.HeaderClassName
 {
   color: #48075D;
 }
 .AnyTagClassName
 {
   color: #48075D;
 }
</style>

background-color css

<style>
 a { background-color: #48075D; }

 a { background-color: rgb(72,7,93); }

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

border-color css

<style>
 span { border-color: #48075D; }

 span { border-color: rgb(72,7,93); }

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