Html Css Color HEX #513264 Scarlet Gum

📋 copy color: '#513264'

red 81 ◦ green 50 ◦ blue 100

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

Shades of Scarlet Gum #513264

Tints of Scarlet Gum #513264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.29%

R = 35.06%
G = 21.65%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#513264 (or 0x513264) is known color: Scarlet Gum. HEX triplet: 51, 32 and 64. RGB value is (81,50,100). Sum of RGB (Red+Green+Blue) = 81+50+100=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #513264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513264 is #AECD9B. Grayscale: #404040. Windows color (decimal): -11455900 or 6566481. OLE color: 6566481.

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

Color convert

RGB 81 50 100 -
CMYK 0.19 0.50 0 0.61
HSL 277.2º 0.33% 0.29% -
HSV(B) 277.2º 0.5% 0.39% -
XYZ 6.83 4.95 12.65 -
YUV 64.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 81 50 100 0.19 0.50 0 0.61 277.2 0.33 0.29
Hex 51 32 64 13 32 0 3D 115 21 1D
Octal 121 62 144 23 62 0 75 425 41 35
Binary 1010001 110010 1100100 10011 110010 0 111101 100010101 100001 11101

Color Harmonies of #513264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513264

Black with #513264

Text Example


Text Example

White with #513264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513264; }

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

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

background-color css

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

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

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

border-color css

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

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

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