#4B1559

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

Shades of Scarlet Gum #4B1559

Tints of Scarlet Gum #4B1559

Color information

#4B1559 (or 0x4B1559) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 15 and 59. RGB value is (75,21,89). Sum of RGB (Red+Green+Blue) = 75+21+89=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1559 is #B4EAA6. Grayscale: #2C2C2C. Windows color (decimal): -11856551 or 5838155. OLE color: 5838155.

HSL color Cylindrical-coordinate representation of color #4B1559: hue angle of 287.65º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1559 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB752189-
CMYK0.160.7600.65
HSL287.65º61.82%21.57%-
HSV(B)287.65º76.4%34.9%-
XYZ4.972.759.72-
YUV44.9152.89149.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=40.54%
G=11.35%
B=48.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7521890.160.7600.65287.6561.8221.57
Hex4B1559104C0411203e16
Octal113251312011401014407626
Binary10010111010110110011000010011000100000110010000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,89); }

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

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

 a { background-color: rgb(75,21,89); }

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

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

 span { border-color: rgb(75,21,89); }

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