#48314F

Color #48314F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #48314F

Tints of Scarlet Gum #48314F

Color information

#48314F (or 0x48314F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 4F. RGB value is (72,49,79). Sum of RGB (Red+Green+Blue) = 72+49+79=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #48314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48314F is #B7CEB0. Grayscale: #3B3B3B. Windows color (decimal): -12046001 or 5189960. OLE color: 5189960.

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

Color convert

RGB724979-
CMYK0.090.3800.69
HSL286º23.44%25.1%-
HSV(B)286º37.97%30.98%-
XYZ5.184.147.92-
YUV59.3139.12137.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=36%
G=24.5%
B=39.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7249790.090.3800.6928623.4425.1
Hex48314F92604511e1719
Octal11061117114601054362731
Binary100100011000110011111001100110010001011000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48314F;
 }
 .AnyTagClassName
 {
   color: #48314F;
 }
</style>
background-color css

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

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

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

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

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

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