#4B2557

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

Shades of Scarlet Gum #4B2557

Tints of Scarlet Gum #4B2557

Color information

#4B2557 (or 0x4B2557) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 25 and 57. RGB value is (75,37,87). Sum of RGB (Red+Green+Blue) = 75+37+87=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2557 is #B4DAA8. Grayscale: #353535. Windows color (decimal): -11852457 or 5711179. OLE color: 5711179.

HSL color Cylindrical-coordinate representation of color #4B2557: hue angle of 285.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2557 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB753787-
CMYK0.140.5700.66
HSL285.6º40.32%24.31%-
HSV(B)285.6º57.47%34.12%-
XYZ5.283.519.42-
YUV54.06146.59142.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.69%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 87 (34.38% from 255) = 43.72%
R=37.69%
G=18.59%
B=43.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7537870.140.5700.66285.640.3224.31
Hex4B2557E3904211e2818
Octal11345127167101024365030
Binary1001011100101101011111101110010100001010001111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2557; }

 p { color: rgb(75,37,87); }

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

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

 a { background-color: rgb(75,37,87); }

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

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

 span { border-color: rgb(75,37,87); }

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