#4B2757

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

Shades of Scarlet Gum #4B2757

Tints of Scarlet Gum #4B2757

Color information

#4B2757 (or 0x4B2757) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 27 and 57. RGB value is (75,39,87). Sum of RGB (Red+Green+Blue) = 75+39+87=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2757 is #B4D8A8. Grayscale: #373737. Windows color (decimal): -11851945 or 5711691. OLE color: 5711691.

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

Color convert

RGB753987-
CMYK0.140.5500.66
HSL285º38.1%24.71%-
HSV(B)285º55.17%34.12%-
XYZ5.353.649.44-
YUV55.24145.93142.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=37.31%
G=19.40%
B=43.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7539870.140.5500.6628538.124.71
Hex4B2757E3704211d2619
Octal11347127166701024354631
Binary1001011100111101011111101101110100001010001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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