#483753

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

Shades of Scarlet Gum #483753

Tints of Scarlet Gum #483753

Color information

#483753 (or 0x483753) is unknown color: approx Scarlet Gum. HEX triplet: 48, 37 and 53. RGB value is (72,55,83). Sum of RGB (Red+Green+Blue) = 72+55+83=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #483753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483753 is #B7C8AC. Grayscale: #3F3F3F. Windows color (decimal): -12044461 or 5453640. OLE color: 5453640.

HSL color Cylindrical-coordinate representation of color #483753: hue angle of 276.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #483753 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB725583-
CMYK0.130.3400.67
HSL276.43º20.29%27.06%-
HSV(B)276.43º33.73%32.55%-
XYZ5.64.738.8-
YUV63.27139.13134.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=34.29%
G=26.19%
B=39.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7255830.130.3400.67276.4320.2927.06
Hex483753D22043114141b
Octal11067123154201034242433
Binary100100011011110100111101100010010000111000101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483753; }

 p { color: rgb(72,55,83); }

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

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

 a { background-color: rgb(72,55,83); }

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

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

 span { border-color: rgb(72,55,83); }

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