Html Css Color HEX #511C65 Scarlet Gum

📋 copy color: '#511C65'

red 81 ◦ green 28 ◦ blue 101

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

Shades of Scarlet Gum #511C65

Tints of Scarlet Gum #511C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 38.57%
G = 13.33%
B = 48.1%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#511C65 (or 0x511C65) is known color: Scarlet Gum. HEX triplet: 51, 1C and 65. RGB value is (81,28,101). Sum of RGB (Red+Green+Blue) = 81+28+101=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #511C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C65 is #AEE39A. Grayscale: #333333. Windows color (decimal): -11461531 or 6626385. OLE color: 6626385.

HSL color Cylindrical-coordinate representation of color #511C65: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511C65 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 28 101 -
CMYK 0.20 0.72 0 0.60
HSL 283.56º 0.57% 0.25% -
HSV(B) 283.56º 0.72% 0.4% -
XYZ 6.16 3.52 12.67 -
YUV 52.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 81 28 101 0.20 0.72 0 0.60 283.56 0.57 0.25
Hex 51 1C 65 14 48 0 3C 11C 39 19
Octal 121 34 145 24 110 0 74 434 71 31
Binary 1010001 11100 1100101 10100 1001000 0 111100 100011100 111001 11001

Color Harmonies of #511C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C65

Black with #511C65

Text Example


Text Example

White with #511C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C65; }

 p { color: rgb(81,28,101); }

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

background-color css

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

 a { background-color: rgb(81,28,101); }

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

border-color css

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

 span { border-color: rgb(81,28,101); }

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