#4B1359

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

Shades of Scarlet Gum #4B1359

Tints of Scarlet Gum #4B1359

Color information

#4B1359 (or 0x4B1359) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 13 and 59. RGB value is (75,19,89). Sum of RGB (Red+Green+Blue) = 75+19+89=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1359 is #B4ECA6. Grayscale: #2B2B2B. Windows color (decimal): -11857063 or 5837643. OLE color: 5837643.

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

Color convert

RGB751989-
CMYK0.160.7900.65
HSL288º64.81%21.18%-
HSV(B)288º78.65%34.9%-
XYZ4.942.689.71-
YUV43.72153.55150.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=40.98%
G=10.38%
B=48.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7519890.160.7900.6528864.8121.18
Hex4B1359104F0411204115
Octal1132313120117010144010125
Binary100101110011101100110000100111101000001100100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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