Html Css Color HEX #513263 Scarlet Gum

📋 copy color: '#513263'

red 81 ◦ green 50 ◦ blue 99

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

Shades of Scarlet Gum #513263

Tints of Scarlet Gum #513263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 35.22%
G = 21.74%
B = 43.04%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#513263 (or 0x513263) is known color: Scarlet Gum. HEX triplet: 51, 32 and 63. RGB value is (81,50,99). Sum of RGB (Red+Green+Blue) = 81+50+99=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #513263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513263 is #AECD9C. Grayscale: #404040. Windows color (decimal): -11455901 or 6500945. OLE color: 6500945.

HSL color Cylindrical-coordinate representation of color #513263: hue angle of 277.96º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513263 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 50 99 -
CMYK 0.18 0.49 0 0.61
HSL 277.96º 0.33% 0.29% -
HSV(B) 277.96º 0.49% 0.39% -
XYZ 6.79 4.93 12.4 -
YUV 64.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 81 50 99 0.18 0.49 0 0.61 277.96 0.33 0.29
Hex 51 32 63 12 31 0 3D 116 21 1D
Octal 121 62 143 22 61 0 75 426 41 35
Binary 1010001 110010 1100011 10010 110001 0 111101 100010110 100001 11101

Color Harmonies of #513263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513263

Black with #513263

Text Example


Text Example

White with #513263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513263; }

 p { color: rgb(81,50,99); }

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

background-color css

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

 a { background-color: rgb(81,50,99); }

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

border-color css

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

 span { border-color: rgb(81,50,99); }

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