#482951

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

Shades of Scarlet Gum #482951

Tints of Scarlet Gum #482951

Color information

#482951 (or 0x482951) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 51. RGB value is (72,41,81). Sum of RGB (Red+Green+Blue) = 72+41+81=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #482951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482951 is #B7D6AE. Grayscale: #363636. Windows color (decimal): -12048047 or 5318984. OLE color: 5318984.

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

Color convert

RGB724181-
CMYK0.110.4900.68
HSL286.5º32.79%23.92%-
HSV(B)286.5º49.38%31.76%-
XYZ4.953.568.21-
YUV54.83142.77140.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=37.11%
G=21.13%
B=41.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7241810.110.4900.68286.532.7923.92
Hex482951B3104411e2118
Octal11051121136101044364130
Binary1001000101001101000110111100010100010010001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482951; }

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

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

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

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

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

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

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

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