Html Css Color HEX #48305C Scarlet Gum

📋 copy color: '#48305C'

red 72 ◦ green 48 ◦ blue 92

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

Shades of Scarlet Gum #48305C

Tints of Scarlet Gum #48305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 33.96%
G = 22.64%
B = 43.4%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48305C (or 0x48305C) is known color: Scarlet Gum. HEX triplet: 48, 30 and 5C. RGB value is (72,48,92). Sum of RGB (Red+Green+Blue) = 72+48+92=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #48305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48305C is #B7CFA3. Grayscale: #3C3C3C. Windows color (decimal): -12046244 or 6041672. OLE color: 6041672.

HSL color Cylindrical-coordinate representation of color #48305C: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48305C is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 48 92 -
CMYK 0.22 0.48 0 0.64
HSL 272.73º 0.31% 0.27% -
HSV(B) 272.73º 0.48% 0.36% -
XYZ 5.66 4.26 10.65 -
YUV 60.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 72 48 92 0.22 0.48 0 0.64 272.73 0.31 0.27
Hex 48 30 5C 16 30 0 40 111 1F 1B
Octal 110 60 134 26 60 0 100 421 37 33
Binary 1001000 110000 1011100 10110 110000 0 1000000 100010001 11111 11011

Color Harmonies of #48305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48305C

Black with #48305C

Text Example


Text Example

White with #48305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48305C; }

 p { color: rgb(72,48,92); }

 H1.HeaderClassName
 {
   color: #48305C;
 }
 .AnyTagClassName
 {
   color: #48305C;
 }
</style>

background-color css

<style>
 a { background-color: #48305C; }

 a { background-color: rgb(72,48,92); }

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

border-color css

<style>
 span { border-color: #48305C; }

 span { border-color: rgb(72,48,92); }

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