#4B1959

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

Shades of Scarlet Gum #4B1959

Tints of Scarlet Gum #4B1959

Color information

#4B1959 (or 0x4B1959) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 19 and 59. RGB value is (75,25,89). Sum of RGB (Red+Green+Blue) = 75+25+89=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1959 is #B4E6A6. Grayscale: #2F2F2F. Windows color (decimal): -11855527 or 5839179. OLE color: 5839179.

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

Color convert

RGB752589-
CMYK0.160.7200.65
HSL286.88º56.14%22.35%-
HSV(B)286.88º71.91%34.9%-
XYZ5.052.919.75-
YUV47.25151.56147.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=39.68%
G=13.23%
B=47.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7525890.160.7200.65286.8856.1422.35
Hex4B1959104804111f3816
Octal113311312011001014377026
Binary10010111100110110011000010010000100000110001111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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