Html Css Color HEX #48394F Scarlet Gum

📋 copy color: '#48394F'

red 72 ◦ green 57 ◦ blue 79

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

Shades of Scarlet Gum #48394F

Tints of Scarlet Gum #48394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

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

R = 34.62%
G = 27.4%
B = 37.98%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48394F (or 0x48394F) is known color: Scarlet Gum. HEX triplet: 48, 39 and 4F. RGB value is (72,57,79). Sum of RGB (Red+Green+Blue) = 72+57+79=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 79 - color contains mainly: blue. Hex color #48394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48394F is #B7C6B0. Grayscale: #3F3F3F. Windows color (decimal): -12043953 or 5192008. OLE color: 5192008.

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

Color convert

RGB 72 57 79 -
CMYK 0.09 0.28 0 0.69
HSL 280.91º 0.16% 0.27% -
HSV(B) 280.91º 0.28% 0.31% -
XYZ 5.55 4.87 8.04 -
YUV 63.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 72 57 79 0.09 0.28 0 0.69 280.91 0.16 0.27
Hex 48 39 4F 9 1C 0 45 119 10 1B
Octal 110 71 117 11 34 0 105 431 20 33
Binary 1001000 111001 1001111 1001 11100 0 1000101 100011001 10000 11011

Color Harmonies of #48394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48394F

Black with #48394F

Text Example


Text Example

White with #48394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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