#483451

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

Shades of Scarlet Gum #483451

Tints of Scarlet Gum #483451

Color information

#483451 (or 0x483451) is unknown color: approx Scarlet Gum. HEX triplet: 48, 34 and 51. RGB value is (72,52,81). Sum of RGB (Red+Green+Blue) = 72+52+81=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #483451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483451 is #B7CBAE. Grayscale: #3D3D3D. Windows color (decimal): -12045231 or 5321800. OLE color: 5321800.

HSL color Cylindrical-coordinate representation of color #483451: hue angle of 281.38º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483451 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB725281-
CMYK0.110.3600.68
HSL281.38º21.8%26.08%-
HSV(B)281.38º35.8%31.76%-
XYZ5.394.438.36-
YUV61.29139.13135.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=35.12%
G=25.37%
B=39.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7252810.110.3600.68281.3821.826.08
Hex483451B24044119161a
Octal11064121134401044312632
Binary100100011010010100011011100100010001001000110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483451; }

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

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

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

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

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

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

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

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