#4A3953

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

Shades of Scarlet Gum #4A3953

Tints of Scarlet Gum #4A3953

Color information

#4A3953 (or 0x4A3953) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 39 and 53. RGB value is (74,57,83). Sum of RGB (Red+Green+Blue) = 74+57+83=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3953 is #B5C6AC. Grayscale: #404040. Windows color (decimal): -11912877 or 5454154. OLE color: 5454154.

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

Color convert

RGB745783-
CMYK0.110.3100.67
HSL279.23º18.57%27.45%-
HSV(B)279.23º31.33%32.55%-
XYZ5.855.018.84-
YUV65.05138.13134.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=34.58%
G=26.64%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7457830.110.3100.67279.2318.5727.45
Hex4A3953B1F043117131b
Octal11271123133701034272333
Binary10010101110011010011101111111010000111000101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,83); }

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

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

 a { background-color: rgb(74,57,83); }

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

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

 span { border-color: rgb(74,57,83); }

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