Html Css Color HEX #513162 Scarlet Gum

📋 copy color: '#513162'

red 81 ◦ green 49 ◦ blue 98

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

Shades of Scarlet Gum #513162

Tints of Scarlet Gum #513162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 35.53%
G = 21.49%
B = 42.98%

CMYK

 C value IS 0.17

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513162 (or 0x513162) is known color: Scarlet Gum. HEX triplet: 51, 31 and 62. RGB value is (81,49,98). Sum of RGB (Red+Green+Blue) = 81+49+98=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #513162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513162 is #AECE9D. Grayscale: #3F3F3F. Windows color (decimal): -11456158 or 6435153. OLE color: 6435153.

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

Color convert

RGB 81 49 98 -
CMYK 0.17 0.5 0 0.62
HSL 279.18º 0.33% 0.29% -
HSV(B) 279.18º 0.5% 0.38% -
XYZ 6.7 4.83 12.13 -
YUV 64.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 81 49 98 0.17 0.5 0 0.62 279.18 0.33 0.29
Hex 51 31 62 11 32 0 3E 117 21 1D
Octal 121 61 142 21 62 0 76 427 41 35
Binary 1010001 110001 1100010 10001 110010 0 111110 100010111 100001 11101

Color Harmonies of #513162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513162

Black with #513162

Text Example


Text Example

White with #513162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513162; }

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

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

background-color css

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

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

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

border-color css

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

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

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