Html Css Color HEX #48354F Scarlet Gum

📋 copy color: '#48354F'

red 72 ◦ green 53 ◦ blue 79

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

Shades of Scarlet Gum #48354F

Tints of Scarlet Gum #48354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 35.29%
G = 25.98%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48354F (or 0x48354F) is known color: Scarlet Gum. HEX triplet: 48, 35 and 4F. RGB value is (72,53,79). Sum of RGB (Red+Green+Blue) = 72+53+79=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #48354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48354F is #B7CAB0. Grayscale: #3D3D3D. Windows color (decimal): -12044977 or 5190984. OLE color: 5190984.

HSL color Cylindrical-coordinate representation of color #48354F: hue angle of 283.85º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48354F is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 53 79 -
CMYK 0.09 0.33 0 0.69
HSL 283.85º 0.2% 0.26% -
HSV(B) 283.85º 0.33% 0.31% -
XYZ 5.36 4.49 7.98 -
YUV 61.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 72 53 79 0.09 0.33 0 0.69 283.85 0.2 0.26
Hex 48 35 4F 9 21 0 45 11C 14 1A
Octal 110 65 117 11 41 0 105 434 24 32
Binary 1001000 110101 1001111 1001 100001 0 1000101 100011100 10100 11010

Color Harmonies of #48354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48354F

Black with #48354F

Text Example


Text Example

White with #48354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48354F; }

 p { color: rgb(72,53,79); }

 H1.HeaderClassName
 {
   color: #48354F;
 }
 .AnyTagClassName
 {
   color: #48354F;
 }
</style>

background-color css

<style>
 a { background-color: #48354F; }

 a { background-color: rgb(72,53,79); }

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

border-color css

<style>
 span { border-color: #48354F; }

 span { border-color: rgb(72,53,79); }

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