#53375D

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

Shades of Scarlet Gum #53375D

Tints of Scarlet Gum #53375D

Color information

#53375D (or 0x53375D) is unknown color: approx Scarlet Gum. HEX triplet: 53, 37 and 5D. RGB value is (83,55,93). Sum of RGB (Red+Green+Blue) = 83+55+93=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #53375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53375D is #ACC8A2. Grayscale: #434343. Windows color (decimal): -11323555 or 6109011. OLE color: 6109011.

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

Color convert

RGB835593-
CMYK0.110.4100.64
HSL284.21º25.68%29.02%-
HSV(B)284.21º40.86%36.47%-
XYZ6.915.3611.03-
YUV67.7142.28138.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=35.93%
G=23.81%
B=40.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8355930.110.4100.64284.2125.6829.02
Hex53375DB2904011c1a1d
Octal12367135135101004343235
Binary101001111011110111011011101001010000001000111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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