Html Css Color HEX #53345D Scarlet Gum

📋 copy color: '#53345D'

red 83 ◦ green 52 ◦ blue 93

#53345D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #53345D

Tints of Scarlet Gum #53345D

RGB

 RED value IS 83 (32.81% from 255) = 36.4%

 GREEN value IS 52 (20.7% from 255) = 22.81%

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 36.4%
G = 22.81%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53345D (or 0x53345D) is known color: 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

RGB 83 52 93 -
CMYK 0.11 0.44 0 0.64
HSL 285.37º 0.28% 0.28% -
HSV(B) 285.37º 0.44% 0.36% -
XYZ 6.77 5.09 10.98 -
YUV 65.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 83 52 93 0.11 0.44 0 0.64 285.37 0.28 0.28
Hex 53 34 5D B 2C 0 40 11D 1C 1C
Octal 123 64 135 13 54 0 100 435 34 34
Binary 1010011 110100 1011101 1011 101100 0 1000000 100011101 11100 11100

Color Harmonies of #53345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53345D

Black with #53345D

Text Example


Text Example

White with #53345D

Text Example


Text Example

HTML Codes & Css Web 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>