#53345E

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

Shades of Scarlet Gum #53345E

Tints of Scarlet Gum #53345E

Color information

#53345E (or 0x53345E) is unknown color: approx Scarlet Gum. HEX triplet: 53, 34 and 5E. RGB value is (83,52,94). Sum of RGB (Red+Green+Blue) = 83+52+94=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #53345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53345E is #ACCBA1. Grayscale: #414141. Windows color (decimal): -11324322 or 6173779. OLE color: 6173779.

HSL color Cylindrical-coordinate representation of color #53345E: hue angle of 284.29º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53345E is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB835294-
CMYK0.120.4500.63
HSL284.29º28.77%28.63%-
HSV(B)284.29º44.68%36.86%-
XYZ6.825.111.22-
YUV66.06143.77140.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=36.24%
G=22.71%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8352940.120.4500.63284.2928.7728.63
Hex53345EC2D03F11c1d1d
Octal1236413614550774343535
Binary10100111101001011110110010110101111111000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53345E; }

 p { color: rgb(83,52,94); }

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

<style>
 a { background-color: #53345E; }

 a { background-color: rgb(83,52,94); }

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

<style>
 span { border-color: #53345E; }

 span { border-color: rgb(83,52,94); }

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