Html Css Color HEX #513C5A Scarlet Gum

📋 copy color: '#513C5A'

red 81 ◦ green 60 ◦ blue 90

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

Shades of Scarlet Gum #513C5A

Tints of Scarlet Gum #513C5A

RGB

 RED value IS 81 (32.03% from 255) = 35.06%

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 35.06%
G = 25.97%
B = 38.96%

CMYK

 C value IS 0.1

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513C5A (or 0x513C5A) is known color: Scarlet Gum. HEX triplet: 51, 3C and 5A. RGB value is (81,60,90). Sum of RGB (Red+Green+Blue) = 81+60+90=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #513C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C5A is #AEC3A5. Grayscale: #454545. Windows color (decimal): -11453350 or 5913681. OLE color: 5913681.

HSL color Cylindrical-coordinate representation of color #513C5A: hue angle of 282º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #513C5A is Cyan = 0.1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 60 90 -
CMYK 0.1 0.33 0 0.65
HSL 282º 0.2% 0.29% -
HSV(B) 282º 0.33% 0.35% -
XYZ 6.85 5.72 10.42 -
YUV 69.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 81 60 90 0.1 0.33 0 0.65 282 0.2 0.29
Hex 51 3C 5A A 21 0 41 11A 14 1D
Octal 121 74 132 12 41 0 101 432 24 35
Binary 1010001 111100 1011010 1010 100001 0 1000001 100011010 10100 11101

Color Harmonies of #513C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C5A

Black with #513C5A

Text Example


Text Example

White with #513C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C5A; }

 p { color: rgb(81,60,90); }

 H1.HeaderClassName
 {
   color: #513C5A;
 }
 .AnyTagClassName
 {
   color: #513C5A;
 }
</style>

background-color css

<style>
 a { background-color: #513C5A; }

 a { background-color: rgb(81,60,90); }

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

border-color css

<style>
 span { border-color: #513C5A; }

 span { border-color: rgb(81,60,90); }

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