Html Css Color HEX #513362 Scarlet Gum

📋 copy color: '#513362'

red 81 ◦ green 51 ◦ blue 98

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

Shades of Scarlet Gum #513362

Tints of Scarlet Gum #513362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 35.22%
G = 22.17%
B = 42.61%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513362 (or 0x513362) is known color: Scarlet Gum. HEX triplet: 51, 33 and 62. RGB value is (81,51,98). Sum of RGB (Red+Green+Blue) = 81+51+98=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #513362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513362 is #AECC9D. Grayscale: #414141. Windows color (decimal): -11455646 or 6435665. OLE color: 6435665.

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

Color convert

RGB 81 51 98 -
CMYK 0.17 0.48 0 0.62
HSL 278.3º 0.32% 0.29% -
HSV(B) 278.3º 0.48% 0.38% -
XYZ 6.78 5 12.16 -
YUV 65.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 81 51 98 0.17 0.48 0 0.62 278.3 0.32 0.29
Hex 51 33 62 11 30 0 3E 116 20 1D
Octal 121 63 142 21 60 0 76 426 40 35
Binary 1010001 110011 1100010 10001 110000 0 111110 100010110 100000 11101

Color Harmonies of #513362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513362

Black with #513362

Text Example


Text Example

White with #513362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513362; }

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

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

background-color css

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

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

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

border-color css

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

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

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