#53355F

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

Shades of Scarlet Gum #53355F

Tints of Scarlet Gum #53355F

Color information

#53355F (or 0x53355F) is unknown color: approx Scarlet Gum. HEX triplet: 53, 35 and 5F. RGB value is (83,53,95). Sum of RGB (Red+Green+Blue) = 83+53+95=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #53355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53355F is #ACCAA0. Grayscale: #424242. Windows color (decimal): -11324065 or 6239571. OLE color: 6239571.

HSL color Cylindrical-coordinate representation of color #53355F: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53355F is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB835395-
CMYK0.130.4400.63
HSL282.86º28.38%29.02%-
HSV(B)282.86º44.21%37.25%-
XYZ6.915.2111.47-
YUV66.76143.94139.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=35.93%
G=22.94%
B=41.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8353950.130.4400.63282.8628.3829.02
Hex53355FD2C03F11b1c1d
Octal1236513715540774333435
Binary10100111101011011111110110110001111111000110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53355F; }

 p { color: rgb(83,53,95); }

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

<style>
 a { background-color: #53355F; }

 a { background-color: rgb(83,53,95); }

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

<style>
 span { border-color: #53355F; }

 span { border-color: rgb(83,53,95); }

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