#482F51

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

Shades of Scarlet Gum #482F51

Tints of Scarlet Gum #482F51

Color information

#482F51 (or 0x482F51) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2F and 51. RGB value is (72,47,81). Sum of RGB (Red+Green+Blue) = 72+47+81=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #482F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F51 is #B7D0AE. Grayscale: #3A3A3A. Windows color (decimal): -12046511 or 5320520. OLE color: 5320520.

HSL color Cylindrical-coordinate representation of color #482F51: hue angle of 284.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482F51 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB724781-
CMYK0.110.4200.68
HSL284.12º26.56%25.1%-
HSV(B)284.12º41.98%31.76%-
XYZ5.1748.28-
YUV58.35140.78137.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=36%
G=23.5%
B=40.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7247810.110.4200.68284.1226.5625.1
Hex482F51B2A04411c1b19
Octal11057121135201044343331
Binary100100010111110100011011101010010001001000111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482F51; }

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

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

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

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

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

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

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

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