Html Css Color HEX #513360 Scarlet Gum

📋 copy color: '#513360'

red 81 ◦ green 51 ◦ blue 96

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

Shades of Scarlet Gum #513360

Tints of Scarlet Gum #513360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 35.53%
G = 22.37%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513360 (or 0x513360) is known color: Scarlet Gum. HEX triplet: 51, 33 and 60. RGB value is (81,51,96). Sum of RGB (Red+Green+Blue) = 81+51+96=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #513360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513360 is #AECC9F. Grayscale: #404040. Windows color (decimal): -11455648 or 6304593. OLE color: 6304593.

HSL color Cylindrical-coordinate representation of color #513360: hue angle of 280º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513360 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 51 96 -
CMYK 0.16 0.47 0 0.62
HSL 280º 0.31% 0.29% -
HSV(B) 280º 0.47% 0.38% -
XYZ 6.69 4.96 11.67 -
YUV 65.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 81 51 96 0.16 0.47 0 0.62 280 0.31 0.29
Hex 51 33 60 10 2F 0 3E 118 1F 1D
Octal 121 63 140 20 57 0 76 430 37 35
Binary 1010001 110011 1100000 10000 101111 0 111110 100011000 11111 11101

Color Harmonies of #513360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513360

Black with #513360

Text Example


Text Example

White with #513360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513360; }

 p { color: rgb(81,51,96); }

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

background-color css

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

 a { background-color: rgb(81,51,96); }

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

border-color css

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

 span { border-color: rgb(81,51,96); }

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