Html Css Color HEX #510B62 Scarlet Gum

📋 copy color: '#510B62'

red 81 ◦ green 11 ◦ blue 98

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

Shades of Scarlet Gum #510B62

Tints of Scarlet Gum #510B62

RGB

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

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

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

R = 42.63%
G = 5.79%
B = 51.58%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510B62 (or 0x510B62) is known color: Scarlet Gum. HEX triplet: 51, 0B and 62. RGB value is (81,11,98). Sum of RGB (Red+Green+Blue) = 81+11+98=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #510B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B62 is #AEF49D. Grayscale: #292929. Windows color (decimal): -11465886 or 6425425. OLE color: 6425425.

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

Color convert

RGB 81 11 98 -
CMYK 0.17 0.89 0 0.62
HSL 288.28º 0.8% 0.21% -
HSV(B) 288.28º 0.89% 0.38% -
XYZ 5.72 2.87 11.81 -
YUV 41.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 81 11 98 0.17 0.89 0 0.62 288.28 0.8 0.21
Hex 51 B 62 11 59 0 3E 120 50 15
Octal 121 13 142 21 131 0 76 440 120 25
Binary 1010001 1011 1100010 10001 1011001 0 111110 100100000 1010000 10101

Color Harmonies of #510B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510B62

Black with #510B62

Text Example


Text Example

White with #510B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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