#482C51

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

Shades of Scarlet Gum #482C51

Tints of Scarlet Gum #482C51

Color information

#482C51 (or 0x482C51) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2C and 51. RGB value is (72,44,81). Sum of RGB (Red+Green+Blue) = 72+44+81=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #482C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C51 is #B7D3AE. Grayscale: #383838. Windows color (decimal): -12047279 or 5319752. OLE color: 5319752.

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

Color convert

RGB724481-
CMYK0.110.4600.68
HSL285.41º29.6%24.51%-
HSV(B)285.41º45.68%31.76%-
XYZ5.063.778.25-
YUV56.59141.78138.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=36.55%
G=22.34%
B=41.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7244810.110.4600.68285.4129.624.51
Hex482C51B2E04411d1e19
Octal11054121135601044353631
Binary100100010110010100011011101110010001001000111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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