Html Css Color HEX #48185D Scarlet Gum

📋 copy color: '#48185D'

red 72 ◦ green 24 ◦ blue 93

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

Shades of Scarlet Gum #48185D

Tints of Scarlet Gum #48185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 38.1%
G = 12.7%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48185D (or 0x48185D) is known color: Scarlet Gum. HEX triplet: 48, 18 and 5D. RGB value is (72,24,93). Sum of RGB (Red+Green+Blue) = 72+24+93=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #48185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48185D is #B7E7A2. Grayscale: #2D2D2D. Windows color (decimal): -12052387 or 6101064. OLE color: 6101064.

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

Color convert

RGB 72 24 93 -
CMYK 0.23 0.74 0 0.64
HSL 281.74º 0.59% 0.23% -
HSV(B) 281.74º 0.74% 0.36% -
XYZ 4.97 2.82 10.64 -
YUV 46.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 72 24 93 0.23 0.74 0 0.64 281.74 0.59 0.23
Hex 48 18 5D 17 4A 0 40 11A 3B 17
Octal 110 30 135 27 112 0 100 432 73 27
Binary 1001000 11000 1011101 10111 1001010 0 1000000 100011010 111011 10111

Color Harmonies of #48185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48185D

Black with #48185D

Text Example


Text Example

White with #48185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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