#482952

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

Shades of Scarlet Gum #482952

Tints of Scarlet Gum #482952

Color information

#482952 (or 0x482952) is unknown color: approx Scarlet Gum. HEX triplet: 48, 29 and 52. RGB value is (72,41,82). Sum of RGB (Red+Green+Blue) = 72+41+82=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #482952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482952 is #B7D6AD. Grayscale: #363636. Windows color (decimal): -12048046 or 5384520. OLE color: 5384520.

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

Color convert

RGB724182-
CMYK0.120.5000.68
HSL285.37º33.33%24.12%-
HSV(B)285.37º50%32.16%-
XYZ4.993.578.41-
YUV54.94143.27140.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=36.92%
G=21.03%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7241820.120.5000.68285.3733.3324.12
Hex482952C3204411d2118
Octal11051122146201044354130
Binary1001000101001101001011001100100100010010001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482952; }

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

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

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

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

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

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

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

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