#4B3553

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

Shades of Scarlet Gum #4B3553

Tints of Scarlet Gum #4B3553

Color information

#4B3553 (or 0x4B3553) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 35 and 53. RGB value is (75,53,83). Sum of RGB (Red+Green+Blue) = 75+53+83=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3553 is #B4CAAC. Grayscale: #3E3E3E. Windows color (decimal): -11848365 or 5453131. OLE color: 5453131.

HSL color Cylindrical-coordinate representation of color #4B3553: hue angle of 284º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3553 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB755383-
CMYK0.100.3600.67
HSL284º22.06%26.67%-
HSV(B)284º36.14%32.55%-
XYZ5.744.678.78-
YUV63139.29136.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.55%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=35.55%
G=25.12%
B=39.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7553830.100.3600.6728422.0626.67
Hex4B3553A2404311c161b
Octal11365123124401034342633
Binary100101111010110100111010100100010000111000111001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,83); }

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

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

 a { background-color: rgb(75,53,83); }

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

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

 span { border-color: rgb(75,53,83); }

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