#4B3554

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

Shades of Scarlet Gum #4B3554

Tints of Scarlet Gum #4B3554

Color information

#4B3554 (or 0x4B3554) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 35 and 54. RGB value is (75,53,84). Sum of RGB (Red+Green+Blue) = 75+53+84=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B3554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3554 is #B4CAAB. Grayscale: #3F3F3F. Windows color (decimal): -11848364 or 5518667. OLE color: 5518667.

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

Color convert

RGB755384-
CMYK0.110.3700.67
HSL282.58º22.63%26.86%-
HSV(B)282.58º36.9%32.94%-
XYZ5.774.688.99-
YUV63.11139.79136.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.38%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=35.38%
G=25%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7553840.110.3700.67282.5822.6326.86
Hex4B3554B2504311b171b
Octal11365124134501034332733
Binary100101111010110101001011100101010000111000110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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