Html Css Color HEX #510B60 Scarlet Gum

📋 copy color: '#510B60'

red 81 ◦ green 11 ◦ blue 96

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

Shades of Scarlet Gum #510B60

Tints of Scarlet Gum #510B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

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

R = 43.09%
G = 5.85%
B = 51.06%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510B60 (or 0x510B60) is known color: Scarlet Gum. HEX triplet: 51, 0B and 60. RGB value is (81,11,96). Sum of RGB (Red+Green+Blue) = 81+11+96=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #510B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B60 is #AEF49F. Grayscale: #292929. Windows color (decimal): -11465888 or 6294353. OLE color: 6294353.

HSL color Cylindrical-coordinate representation of color #510B60: hue angle of 289.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510B60 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 11 96 -
CMYK 0.16 0.89 0 0.62
HSL 289.41º 0.79% 0.21% -
HSV(B) 289.41º 0.89% 0.38% -
XYZ 5.62 2.83 11.32 -
YUV 41.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 81 11 96 0.16 0.89 0 0.62 289.41 0.79 0.21
Hex 51 B 60 10 59 0 3E 121 4F 15
Octal 121 13 140 20 131 0 76 441 117 25
Binary 1010001 1011 1100000 10000 1011001 0 111110 100100001 1001111 10101

Color Harmonies of #510B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B60

Black with #510B60

Text Example


Text Example

White with #510B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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