Html Css Color HEX #513062 Scarlet Gum

📋 copy color: '#513062'

red 81 ◦ green 48 ◦ blue 98

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

Shades of Scarlet Gum #513062

Tints of Scarlet Gum #513062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.15%

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

R = 35.68%
G = 21.15%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513062 (or 0x513062) is known color: Scarlet Gum. HEX triplet: 51, 30 and 62. RGB value is (81,48,98). Sum of RGB (Red+Green+Blue) = 81+48+98=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #513062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513062 is #AECF9D. Grayscale: #3F3F3F. Windows color (decimal): -11456414 or 6434897. OLE color: 6434897.

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

Color convert

RGB 81 48 98 -
CMYK 0.17 0.51 0 0.62
HSL 279.6º 0.34% 0.29% -
HSV(B) 279.6º 0.51% 0.38% -
XYZ 6.65 4.75 12.12 -
YUV 63.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 81 48 98 0.17 0.51 0 0.62 279.6 0.34 0.29
Hex 51 30 62 11 33 0 3E 118 22 1D
Octal 121 60 142 21 63 0 76 430 42 35
Binary 1010001 110000 1100010 10001 110011 0 111110 100011000 100010 11101

Color Harmonies of #513062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513062

Black with #513062

Text Example


Text Example

White with #513062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513062; }

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

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

background-color css

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

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

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

border-color css

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

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

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