Html Css Color HEX #48345A Scarlet Gum

📋 copy color: '#48345A'

red 72 ◦ green 52 ◦ blue 90

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

Shades of Scarlet Gum #48345A

Tints of Scarlet Gum #48345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 33.64%
G = 24.3%
B = 42.06%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48345A (or 0x48345A) is known color: Scarlet Gum. HEX triplet: 48, 34 and 5A. RGB value is (72,52,90). Sum of RGB (Red+Green+Blue) = 72+52+90=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #48345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48345A is #B7CBA5. Grayscale: #3E3E3E. Windows color (decimal): -12045222 or 5911624. OLE color: 5911624.

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

Color convert

RGB 72 52 90 -
CMYK 0.20 0.42 0 0.65
HSL 271.58º 0.27% 0.28% -
HSV(B) 271.58º 0.42% 0.35% -
XYZ 5.75 4.57 10.25 -
YUV 62.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 72 52 90 0.20 0.42 0 0.65 271.58 0.27 0.28
Hex 48 34 5A 14 2A 0 41 110 1B 1C
Octal 110 64 132 24 52 0 101 420 33 34
Binary 1001000 110100 1011010 10100 101010 0 1000001 100010000 11011 11100

Color Harmonies of #48345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48345A

Black with #48345A

Text Example


Text Example

White with #48345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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