Html Css Color HEX #48394E Scarlet Gum

📋 copy color: '#48394E'

red 72 ◦ green 57 ◦ blue 78

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

Shades of Scarlet Gum #48394E

Tints of Scarlet Gum #48394E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 34.78%
G = 27.54%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48394E (or 0x48394E) is known color: Scarlet Gum. HEX triplet: 48, 39 and 4E. RGB value is (72,57,78). Sum of RGB (Red+Green+Blue) = 72+57+78=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #48394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48394E is #B7C6B1. Grayscale: #3F3F3F. Windows color (decimal): -12043954 or 5126472. OLE color: 5126472.

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

Color convert

RGB 72 57 78 -
CMYK 0.08 0.27 0 0.69
HSL 282.86º 0.16% 0.26% -
HSV(B) 282.86º 0.27% 0.31% -
XYZ 5.51 4.85 7.85 -
YUV 63.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 72 57 78 0.08 0.27 0 0.69 282.86 0.16 0.26
Hex 48 39 4E 8 1B 0 45 11B 10 1A
Octal 110 71 116 10 33 0 105 433 20 32
Binary 1001000 111001 1001110 1000 11011 0 1000101 100011011 10000 11010

Color Harmonies of #48394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48394E

Black with #48394E

Text Example


Text Example

White with #48394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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