#480157

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

Shades of Scarlet Gum #480157

Tints of Scarlet Gum #480157

Color information

#480157 (or 0x480157) is unknown color: approx Scarlet Gum. HEX triplet: 48, 01 and 57. RGB value is (72,1,87). Sum of RGB (Red+Green+Blue) = 72+1+87=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #480157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480157 is #B7FEA8. Grayscale: #1F1F1F. Windows color (decimal): -12058281 or 5701960. OLE color: 5701960.

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

Color convert

RGB72187-
CMYK0.170.9900.66
HSL289.53º97.73%17.25%-
HSV(B)289.53º98.85%34.12%-
XYZ4.42.099.19-
YUV32.03159.02156.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=45%
G=0.62%
B=54.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal721870.170.9900.66289.5397.7317.25
Hex4815711630421226211
Octal110112721143010244214221
Binary10010001101011110001110001101000010100100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480157; }

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

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

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

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

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

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

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

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