#482854

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

Shades of Scarlet Gum #482854

Tints of Scarlet Gum #482854

Color information

#482854 (or 0x482854) is unknown color: approx Scarlet Gum. HEX triplet: 48, 28 and 54. RGB value is (72,40,84). Sum of RGB (Red+Green+Blue) = 72+40+84=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #482854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482854 is #B7D7AB. Grayscale: #363636. Windows color (decimal): -12048300 or 5515336. OLE color: 5515336.

HSL color Cylindrical-coordinate representation of color #482854: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #482854 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB724084-
CMYK0.140.5200.67
HSL283.64º35.48%24.31%-
HSV(B)283.64º52.38%32.94%-
XYZ5.033.548.8-
YUV54.58144.6140.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=36.73%
G=20.41%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7240840.140.5200.67283.6435.4824.31
Hex482854E3404311c2318
Octal11050124166401034344330
Binary1001000101000101010011101101000100001110001110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482854; }

 p { color: rgb(72,40,84); }

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

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

 a { background-color: rgb(72,40,84); }

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

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

 span { border-color: rgb(72,40,84); }

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