#483454

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

Shades of Scarlet Gum #483454

Tints of Scarlet Gum #483454

Color information

#483454 (or 0x483454) is unknown color: approx Scarlet Gum. HEX triplet: 48, 34 and 54. RGB value is (72,52,84). Sum of RGB (Red+Green+Blue) = 72+52+84=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 84 - color contains mainly: blue. Hex color #483454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483454 is #B7CBAB. Grayscale: #3D3D3D. Windows color (decimal): -12045228 or 5518408. OLE color: 5518408.

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

Color convert

RGB725284-
CMYK0.140.3800.67
HSL277.5º23.53%26.67%-
HSV(B)277.5º38.1%32.94%-
XYZ5.54.478.96-
YUV61.63140.63135.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=34.62%
G=25%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7252840.140.3800.67277.523.5326.67
Hex483454E26043116181b
Octal11064124164601034263033
Binary100100011010010101001110100110010000111000101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483454; }

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

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

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

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

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

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

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

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