#483453

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

Shades of Scarlet Gum #483453

Tints of Scarlet Gum #483453

Color information

#483453 (or 0x483453) is unknown color: approx Scarlet Gum. HEX triplet: 48, 34 and 53. RGB value is (72,52,83). Sum of RGB (Red+Green+Blue) = 72+52+83=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #483453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483453 is #B7CBAC. Grayscale: #3D3D3D. Windows color (decimal): -12045229 or 5452872. OLE color: 5452872.

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

Color convert

RGB725283-
CMYK0.130.3700.67
HSL278.71º22.96%26.47%-
HSV(B)278.71º37.35%32.55%-
XYZ5.464.468.76-
YUV61.51140.13135.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=34.78%
G=25.12%
B=40.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7252830.130.3700.67278.7122.9626.47
Hex483453D25043117171a
Octal11064123154501034272732
Binary100100011010010100111101100101010000111000101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483453; }

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

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

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

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

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

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

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

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