#53345d

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

Shades of Scarlet Gum #53345D

Tints of Scarlet Gum #53345D

Color information

#53345D (or 0x53345D) is unknown color: approx Scarlet Gum. HEX triplet: 53, 34 and 5D. RGB value is (83,52,93). Sum of RGB (Red+Green+Blue) = 83+52+93=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #53345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53345D is #ACCBA2. Grayscale: #414141. Windows color (decimal): -11324323 or 6108243. OLE color: 6108243.

HSL color Cylindrical-coordinate representation of color #53345D: hue angle of 285.37º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53345D is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB835293-
CMYK0.110.4400.64
HSL285.37º28.28%28.43%-
HSV(B)285.37º44.09%36.47%-
XYZ6.775.0910.98-
YUV65.94143.27140.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=36.40%
G=22.81%
B=40.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8352930.110.4400.64285.3728.2828.43
Hex53345DB2C04011d1c1c
Octal12364135135401004353434
Binary101001111010010111011011101100010000001000111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53345d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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