Html Css Color HEX #53395E Scarlet Gum

📋 copy color: '#53395E'

red 83 ◦ green 57 ◦ blue 94

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

Shades of Scarlet Gum #53395E

Tints of Scarlet Gum #53395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 35.47%
G = 24.36%
B = 40.17%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53395E (or 0x53395E) is known color: Scarlet Gum. HEX triplet: 53, 39 and 5E. RGB value is (83,57,94). Sum of RGB (Red+Green+Blue) = 83+57+94=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #53395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53395E is #ACC6A1. Grayscale: #444444. Windows color (decimal): -11323042 or 6175059. OLE color: 6175059.

HSL color Cylindrical-coordinate representation of color #53395E: hue angle of 282.16º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53395E is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 57 94 -
CMYK 0.12 0.39 0 0.63
HSL 282.16º 0.25% 0.3% -
HSV(B) 282.16º 0.39% 0.37% -
XYZ 7.05 5.57 11.29 -
YUV 68.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 83 57 94 0.12 0.39 0 0.63 282.16 0.25 0.3
Hex 53 39 5E C 27 0 3F 11A 19 1E
Octal 123 71 136 14 47 0 77 432 31 36
Binary 1010011 111001 1011110 1100 100111 0 111111 100011010 11001 11110

Color Harmonies of #53395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53395E

Black with #53395E

Text Example


Text Example

White with #53395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53395E; }

 p { color: rgb(83,57,94); }

 H1.HeaderClassName
 {
   color: #53395E;
 }
 .AnyTagClassName
 {
   color: #53395E;
 }
</style>

background-color css

<style>
 a { background-color: #53395E; }

 a { background-color: rgb(83,57,94); }

 div.DivClassName
 {
   background-color: #53395E;
 }
 .BgClassName
 {
   background-color: #53395E;
 }
</style>

border-color css

<style>
 span { border-color: #53395E; }

 span { border-color: rgb(83,57,94); }

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