#483353

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

Shades of Scarlet Gum #483353

Tints of Scarlet Gum #483353

Color information

#483353 (or 0x483353) is unknown color: approx Scarlet Gum. HEX triplet: 48, 33 and 53. RGB value is (72,51,83). Sum of RGB (Red+Green+Blue) = 72+51+83=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #483353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483353 is #B7CCAC. Grayscale: #3C3C3C. Windows color (decimal): -12045485 or 5452616. OLE color: 5452616.

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

Color convert

RGB725183-
CMYK0.130.3900.67
HSL279.38º23.88%26.27%-
HSV(B)279.38º38.55%32.55%-
XYZ5.424.378.74-
YUV60.93140.46135.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=34.95%
G=24.76%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7251830.130.3900.67279.3823.8826.27
Hex483353D27043117181a
Octal11063123154701034273032
Binary100100011001110100111101100111010000111000101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483353; }

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

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

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

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

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

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

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

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