#53365D

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

Shades of Scarlet Gum #53365D

Tints of Scarlet Gum #53365D

Color information

#53365D (or 0x53365D) is unknown color: approx Scarlet Gum. HEX triplet: 53, 36 and 5D. RGB value is (83,54,93). Sum of RGB (Red+Green+Blue) = 83+54+93=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #53365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53365D is #ACC9A2. Grayscale: #424242. Windows color (decimal): -11323811 or 6108755. OLE color: 6108755.

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

Color convert

RGB835493-
CMYK0.110.4200.64
HSL284.62º26.53%28.82%-
HSV(B)284.62º41.94%36.47%-
XYZ6.865.2711.01-
YUV67.12142.61139.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=36.09%
G=23.48%
B=40.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8354930.110.4200.64284.6226.5328.82
Hex53365DB2A04011d1b1d
Octal12366135135201004353335
Binary101001111011010111011011101010010000001000111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53365D; }

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

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

<style>
 a { background-color: #53365D; }

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

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

<style>
 span { border-color: #53365D; }

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

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