#483851

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

Shades of Scarlet Gum #483851

Tints of Scarlet Gum #483851

Color information

#483851 (or 0x483851) is unknown color: approx Scarlet Gum. HEX triplet: 48, 38 and 51. RGB value is (72,56,81). Sum of RGB (Red+Green+Blue) = 72+56+81=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #483851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483851 is #B7C7AE. Grayscale: #3F3F3F. Windows color (decimal): -12044207 or 5322824. OLE color: 5322824.

HSL color Cylindrical-coordinate representation of color #483851: hue angle of 278.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483851 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB725681-
CMYK0.110.3100.68
HSL278.4º18.25%26.86%-
HSV(B)278.4º30.86%31.76%-
XYZ5.574.88.42-
YUV63.63137.8133.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=34.45%
G=26.79%
B=38.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7256810.110.3100.68278.418.2526.86
Hex483851B1F044116121b
Octal11070121133701044262233
Binary10010001110001010001101111111010001001000101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483851; }

 p { color: rgb(72,56,81); }

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

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

 a { background-color: rgb(72,56,81); }

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

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

 span { border-color: rgb(72,56,81); }

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