Html Css Color HEX #510B61 Scarlet Gum

📋 copy color: '#510B61'

red 81 ◦ green 11 ◦ blue 97

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

Shades of Scarlet Gum #510B61

Tints of Scarlet Gum #510B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 42.86%
G = 5.82%
B = 51.32%

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

#510B61 (or 0x510B61) is known color: Scarlet Gum. HEX triplet: 51, 0B and 61. RGB value is (81,11,97). Sum of RGB (Red+Green+Blue) = 81+11+97=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #510B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B61 is #AEF49E. Grayscale: #292929. Windows color (decimal): -11465887 or 6359889. OLE color: 6359889.

HSL color Cylindrical-coordinate representation of color #510B61: hue angle of 288.84º degrees, saturation: 0.8, 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 #510B61 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 11 97 -
CMYK 0.16 0.89 0 0.62
HSL 288.84º 0.8% 0.21% -
HSV(B) 288.84º 0.89% 0.38% -
XYZ 5.67 2.85 11.56 -
YUV 41.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 81 11 97 0.16 0.89 0 0.62 288.84 0.8 0.21
Hex 51 B 61 10 59 0 3E 121 50 15
Octal 121 13 141 20 131 0 76 441 120 25
Binary 1010001 1011 1100001 10000 1011001 0 111110 100100001 1010000 10101

Color Harmonies of #510B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B61

Black with #510B61

Text Example


Text Example

White with #510B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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