#482157

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

Shades of Scarlet Gum #482157

Tints of Scarlet Gum #482157

Color information

#482157 (or 0x482157) is unknown color: approx Scarlet Gum. HEX triplet: 48, 21 and 57. RGB value is (72,33,87). Sum of RGB (Red+Green+Blue) = 72+33+87=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #482157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482157 is #B7DEA8. Grayscale: #323232. Windows color (decimal): -12050089 or 5710152. OLE color: 5710152.

HSL color Cylindrical-coordinate representation of color #482157: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482157 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB723387-
CMYK0.170.6200.66
HSL283.33º45%23.53%-
HSV(B)283.33º62.07%34.12%-
XYZ4.943.159.37-
YUV50.82148.42143.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=37.5%
G=17.19%
B=45.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7233870.170.6200.66283.334523.53
Hex482157113E04211b2d18
Octal11041127217601024335530
Binary10010001000011010111100011111100100001010001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482157; }

 p { color: rgb(72,33,87); }

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

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

 a { background-color: rgb(72,33,87); }

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

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

 span { border-color: rgb(72,33,87); }

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