Html Css Color HEX #513262 Scarlet Gum

📋 copy color: '#513262'

red 81 ◦ green 50 ◦ blue 98

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

Shades of Scarlet Gum #513262

Tints of Scarlet Gum #513262

RGB

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

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

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

R = 35.37%
G = 21.83%
B = 42.79%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#513262 (or 0x513262) is known color: Scarlet Gum. HEX triplet: 51, 32 and 62. RGB value is (81,50,98). Sum of RGB (Red+Green+Blue) = 81+50+98=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #513262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513262 is #AECD9D. Grayscale: #404040. Windows color (decimal): -11455902 or 6435409. OLE color: 6435409.

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

Color convert

RGB 81 50 98 -
CMYK 0.17 0.49 0 0.62
HSL 278.75º 0.32% 0.29% -
HSV(B) 278.75º 0.49% 0.38% -
XYZ 6.74 4.91 12.15 -
YUV 64.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 81 50 98 0.17 0.49 0 0.62 278.75 0.32 0.29
Hex 51 32 62 11 31 0 3E 117 20 1D
Octal 121 62 142 21 61 0 76 427 40 35
Binary 1010001 110010 1100010 10001 110001 0 111110 100010111 100000 11101

Color Harmonies of #513262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513262

Black with #513262

Text Example


Text Example

White with #513262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513262; }

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

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

background-color css

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

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

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

border-color css

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

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

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