#483153

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

Shades of Scarlet Gum #483153

Tints of Scarlet Gum #483153

Color information

#483153 (or 0x483153) is unknown color: approx Scarlet Gum. HEX triplet: 48, 31 and 53. RGB value is (72,49,83). Sum of RGB (Red+Green+Blue) = 72+49+83=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #483153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483153 is #B7CEAC. Grayscale: #3B3B3B. Windows color (decimal): -12045997 or 5452104. OLE color: 5452104.

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

Color convert

RGB724983-
CMYK0.130.4100.67
HSL280.59º25.76%25.88%-
HSV(B)280.59º40.96%32.55%-
XYZ5.334.28.71-
YUV59.75141.12136.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=35.29%
G=24.02%
B=40.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7249830.130.4100.67280.5925.7625.88
Hex483153D290431191a1a
Octal11061123155101034313232
Binary100100011000110100111101101001010000111000110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483153; }

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

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

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

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

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

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

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

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